uqtestfuns-0.5.0.zip
uqtestfuns-0.5.0
.github
workflows
draft-pdf.yml
727 Bytes
main.yml
3.5 kB
mirror.yml
413 Bytes
.gitignore
404 Bytes
.readthedocs.yaml
250 Bytes
CHANGELOG.md
12.4 kB
CITATION.cff
1.6 kB
CODE-OF-CONDUCT.md
3.7 kB
CONTRIBUTING.MD
7.3 kB
LICENSE
1.1 kB
MANIFEST.in
50 Bytes
README.md
12.2 kB
docs
_config.yml
1.1 kB
_toc.yml
8.5 kB
api
funparams.rst
190 Bytes
list-functions.rst
135 Bytes
marginal.rst
245 Bytes
overview.md
2.5 kB
probinput.rst
230 Bytes
uqtestfun-abc.rst
917 Bytes
uqtestfun.rst
195 Bytes
development
about.md
2.7 kB
adding-marginal-distribution.md
11.9 kB
adding-test-function-docs.md
9.7 kB
adding-test-function-implementation.md
16.4 kB
code-of-conduct.md
3.8 kB
making-a-pull-request.md
2.2 kB
overview.md
3.6 kB
setting-up-dev-env.md
7.7 kB
fundamentals
integration.md
1.6 kB
metamodeling.md
6.1 kB
optimization.md
1.2 kB
overview.md
3.0 kB
reliability.md
8.5 kB
sensitivity.md
5.1 kB
uq-framework.png
24.6 kB
getting-started
about-uq-test-functions.md
11.0 kB
citing.md
1.3 kB
obtaining-and-installing.md
519 Bytes
tutorial-built-in-functions.md
10.4 kB
tutorial-custom-functions.md
12.1 kB
tutorial-reliability.md
10.7 kB
tutorial-sensitivity.md
18.0 kB
tutorials.md
1.1 kB
glossary.md
1.4 kB
index.md
2.7 kB
logo.png
9.9 kB
prob-input
available.md
3.2 kB
marginal-distributions
beta.md
6.1 kB
exponential.md
3.2 kB
gumbel.md
3.9 kB
logitnormal.md
5.9 kB
lognormal.md
5.0 kB
normal.md
5.0 kB
triangular.md
4.8 kB
trunc-gumbel.md
6.1 kB
trunc-normal.md
5.7 kB
uniform.md
3.7 kB
overview.md
2.6 kB
preliminaries.md
5.1 kB
probabilistic-input.md
10.4 kB
univariate-random-variable.md
9.5 kB
references.bib
50.6 kB
requirements.txt
30 Bytes
test-functions
ackley.md
5.1 kB
alemazkoor-20d.md
2.5 kB
alemazkoor-2d.md
3.6 kB
available.md
8.9 kB
borehole.md
5.7 kB
bratley1992a.md
6.4 kB
bratley1992b.md
7.2 kB
bratley1992c.md
5.4 kB
bratley1992d.md
8.0 kB
cantilever-beam-2d.md
10.4 kB
cheng2d.md
3.2 kB
circular-pipe-crack.md
6.5 kB
convex-fail-domain.md
6.9 kB
damped-cosine.md
5.0 kB
damped-oscillator-reliability.md
7.5 kB
damped-oscillator.md
6.0 kB
flood.md
5.2 kB
forrester.md
3.2 kB
four-branch.md
7.2 kB
franke-1.md
4.6 kB
franke-2.md
4.6 kB
franke-3.md
4.1 kB
franke-4.md
4.6 kB
franke-5.md
4.7 kB
franke-6.md
4.6 kB
friedman-10d.md
2.4 kB
friedman-6d.md
2.5 kB
gayton-hat.md
5.9 kB
gramacy-1d-sine.md
2.5 kB
hyper-sphere.md
5.7 kB
ishigami.md
8.0 kB
lim-non-poly.md
3.6 kB
lim-poly.md
3.6 kB
mclain-s1.md
4.2 kB
mclain-s2.md
4.2 kB
mclain-s3.md
4.3 kB
mclain-s4.md
3.9 kB
mclain-s5.md
4.3 kB
moon3d.md
6.0 kB
morris2006.md
6.4 kB
oakley-1d.md
5.0 kB
otl-circuit.md
5.8 kB
piston.md
5.9 kB
portfolio-3d.md
7.9 kB
rs-circular-bar.md
7.0 kB
rs-quadratic.md
6.7 kB
saltelli-linear.md
11.3 kB
sobol-g-star.md
19.4 kB
sobol-g.md
13.3 kB
sobol-levitan.md
15.5 kB
solar-cell.md
6.5 kB
speed-reducer-shaft.md
3.6 kB
sulfur.md
12.4 kB
undamped-oscillator.md
7.6 kB
webster-2d.md
3.7 kB
welch1992.md
3.6 kB
wing-weight.md
4.8 kB
joss
paper.bib
10.9 kB
paper.md
17.2 kB
reliability.png
481.0 kB
uq-framework.png
24.6 kB
pyproject.toml
172 Bytes
setup.cfg
2.8 kB
src
uqtestfuns
__init__.py
899 Bytes
core
__init__.py
504 Bytes
custom_typing.py
1.5 kB
parameters.py
9.7 kB
prob_input
__init__.py
61 Bytes
marginal.py
5.8 kB
probabilistic_input.py
9.1 kB
univariate_distributions
__init__.py
173 Bytes
beta.py
6.0 kB
exponential.py
6.0 kB
gumbel.py
6.8 kB
logitnormal.py
6.1 kB
lognormal.py
6.4 kB
normal.py
6.2 kB
triangular.py
6.4 kB
trunc_gumbel.py
9.6 kB
trunc_normal.py
9.4 kB
uniform.py
5.3 kB
utils.py
2.1 kB
utils.py
3.9 kB
uqtestfun.py
1.4 kB
uqtestfun_abc.py
24.7 kB
utils.py
1.0 kB
global_settings.py
85 Bytes
helpers.py
12.0 kB
meta
__init__.py
184 Bytes
basis_functions.py
2.0 kB
metaspec.py
12.5 kB
uqmetatestfun.py
7.9 kB
py.typed
0 Bytes
test_functions
__init__.py
2.9 kB
ackley.py
3.5 kB
alemazkoor.py
4.0 kB
borehole.py
4.8 kB
bratley1992.py
7.3 kB
cantilever_beam_2d.py
4.2 kB
cheng2010.py
2.2 kB
circular_pipe_crack.py
4.2 kB
convex_fail_domain.py
2.5 kB
damped_cosine.py
1.9 kB
damped_oscillator.py
10.7 kB
flood.py
4.9 kB
forrester.py
2.1 kB
four_branch.py
4.7 kB
franke.py
9.4 kB
friedman.py
3.7 kB
gayton_hat.py
2.3 kB
gramacy2007.py
2.6 kB
hyper_sphere.py
2.2 kB
ishigami.py
4.7 kB
lim.py
4.0 kB
mclain.py
7.2 kB
moon3d.py
2.3 kB
morris2006.py
4.0 kB
oakley2002.py
2.1 kB
otl_circuit.py
4.8 kB
piston.py
5.0 kB
portfolio_3d.py
5.7 kB
rs_circular_bar.py
3.1 kB
rs_quadratic.py
2.2 kB
saltelli_linear.py
3.1 kB
sobol_g.py
14.8 kB
sobol_g_star.py
12.2 kB
sobol_levitan.py
7.5 kB
solar_cell.py
7.4 kB
speed_reducer_shaft.py
3.7 kB
sulfur.py
7.6 kB
undamped_oscillator.py
7.9 kB
utils.py
2.7 kB
webster.py
2.3 kB
welch1992.py
3.0 kB
wing_weight.py
4.3 kB
utils.py
2.0 kB
tests
builtin_test_functions
test_ackley.py
593 Bytes
test_franke.py
2.0 kB
test_ishigami.py
2.0 kB
test_mclain.py
2.3 kB
test_morris2006.py
1.9 kB
test_otl_circuit.py
1.1 kB
test_piston.py
1.0 kB
test_portfolio_3d.py
2.3 kB
test_sobol_g.py
2.3 kB
test_sobol_levitan.py
2.6 kB
test_sulfur.py
2.3 kB
test_test_functions.py
8.2 kB
conftest.py
2.9 kB
core
prob_input
test_prob_input.py
9.4 kB
test_univariate_beta.py
3.4 kB
test_univariate_exponential.py
3.2 kB
test_univariate_gumbel.py
4.6 kB
test_univariate_input.py
8.8 kB
test_univariate_logitnormal.py
2.4 kB
test_univariate_lognormal.py
1.7 kB
test_univariate_normal.py
1.8 kB
test_univariate_triangular.py
2.0 kB
test_univariate_trunc_gumbel.py
5.7 kB
test_univariate_trunc_normal.py
5.6 kB
test_univariate_uniform.py
1.7 kB
test_funparams.py
8.7 kB
test_uqtestfun.py
2.6 kB
metafun
test_uqmetaspec.py
6.1 kB
test_uqmetatestfun.py
6.9 kB
test_list_functions.py
4.6 kB