Skip to content

Commit

Permalink
doc uptates
Browse files Browse the repository at this point in the history
  • Loading branch information
alegresor committed Oct 14, 2022
1 parent bd7f0f4 commit 0998034
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions qmcpy/stopping_criterion/cub_qmc_bayes_lattice_g.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ class CubBayesLatticeG(_CubBayesLDG):
spawn_key ()
Adapted from
`GAIL cubBayesLattice_g <https://github.com/GailGithub/GAIL_Dev/blob/master/Algorithms/IntegrationExpectation/cubBayesLattice_g.m>`_.
GAIL cubBayesLattice_g https://github.com/GailGithub/GAIL_Dev/blob/master/Algorithms/IntegrationExpectation/cubBayesLattice_g.m.
Reference
[1] Sou-Cheng T. Choi, Yuhan Ding, Fred J. Hickernell, Lan Jiang, Lluis Antoni Jimenez Rugama,
Da Li, Jagadeeswaran Rathinavel, Xin Tong, Kan Zhang, Yizhi Zhang, and Xuan Zhou,
GAIL: Guaranteed Automatic Integration Library (Version 2.3) [MATLAB Software], 2019.
Available from `GAIL <http://gailgithub.github.io/GAIL_Dev/>`_.
Available from GAIL http://gailgithub.github.io/GAIL_Dev/.
Guarantee
This algorithm attempts to calculate the integral of function f over the
Expand Down
4 changes: 2 additions & 2 deletions qmcpy/stopping_criterion/cub_qmc_bayes_net_g.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ class CubBayesNetG(_CubBayesLDG):
spawn_key ()
Adapted from
`GAIL cubBayesNet_g <https://github.com/GailGithub/GAIL_Dev/blob/master/Algorithms/IntegrationExpectation/cubBayesNet_g.m>`_.
GAIL cubBayesNet_g https://github.com/GailGithub/GAIL_Dev/blob/master/Algorithms/IntegrationExpectation/cubBayesNet_g.m.
Reference
[1] Sou-Cheng T. Choi, Yuhan Ding, Fred J. Hickernell, Lan Jiang, Lluis Antoni Jimenez Rugama,
Da Li, Jagadeeswaran Rathinavel, Xin Tong, Kan Zhang, Yizhi Zhang, and Xuan Zhou,
GAIL: Guaranteed Automatic Integration Library (Version 2.3) [MATLAB Software], 2019.
Available from `GAIL <http://gailgithub.github.io/GAIL_Dev/>`_.
Available from GAIL http://gailgithub.github.io/GAIL_Dev/.
Guarantee
This algorithm attempts to calculate the integral of function f over the
Expand Down
2 changes: 1 addition & 1 deletion sphinx/algorithms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Linear Function
:members:

Sensitivity Indices
..............
...................

.. automodule:: qmcpy.integrand.sensitivity_indices
:members:
Expand Down

0 comments on commit 0998034

Please sign in to comment.