.gitignore
.readthedocs.yaml
CHANGELOG.rst
CITATIONS.bib
CODE_OF_CONDUCT.md
CONTRIBUTING.rst
LICENSE.txt
MANIFEST.in
README.rst
codecov.yml
conftest.py
polychaos.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
tasks.rst
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/functionality_request.md
.github/ISSUE_TEMPLATE/usage_question.md
.github/workflows/pipe.yml
chaospy/__init__.py
chaospy/regression.py
chaospy/saltelli.py
chaospy/spectral.py
chaospy.egg-info/PKG-INFO
chaospy.egg-info/SOURCES.txt
chaospy.egg-info/dependency_links.txt
chaospy.egg-info/requires.txt
chaospy.egg-info/top_level.txt
chaospy.egg-info/zip-safe
chaospy/descriptives/__init__.py
chaospy/descriptives/conditional.py
chaospy/descriptives/covariance.py
chaospy/descriptives/expected.py
chaospy/descriptives/kurtosis.py
chaospy/descriptives/percentile.py
chaospy/descriptives/quantity_of_interest.py
chaospy/descriptives/skewness.py
chaospy/descriptives/standard_deviation.py
chaospy/descriptives/variance.py
chaospy/descriptives/correlation/__init__.py
chaospy/descriptives/correlation/auto_correlation.py
chaospy/descriptives/correlation/pearson.py
chaospy/descriptives/correlation/spearman.py
chaospy/descriptives/sensitivity/__init__.py
chaospy/descriptives/sensitivity/main.py
chaospy/descriptives/sensitivity/main2.py
chaospy/descriptives/sensitivity/total.py
chaospy/distributions/__init__.py
chaospy/distributions/approximation.py
chaospy/distributions/baseclass/__init__.py
chaospy/distributions/baseclass/copula.py
chaospy/distributions/baseclass/distribution.py
chaospy/distributions/baseclass/lower_upper.py
chaospy/distributions/baseclass/mean_covariance.py
chaospy/distributions/baseclass/operator.py
chaospy/distributions/baseclass/shift_scale.py
chaospy/distributions/baseclass/simple.py
chaospy/distributions/baseclass/slice_.py
chaospy/distributions/baseclass/user.py
chaospy/distributions/baseclass/utils.py
chaospy/distributions/collection/__init__.py
chaospy/distributions/collection/alpha.py
chaospy/distributions/collection/anglit.py
chaospy/distributions/collection/beta.py
chaospy/distributions/collection/binomial.py
chaospy/distributions/collection/bradford.py
chaospy/distributions/collection/burr.py
chaospy/distributions/collection/cauchy.py
chaospy/distributions/collection/chi.py
chaospy/distributions/collection/chi_squared.py
chaospy/distributions/collection/discrete_uniform.py
chaospy/distributions/collection/double_gamma.py
chaospy/distributions/collection/double_weibull.py
chaospy/distributions/collection/exponential_power.py
chaospy/distributions/collection/exponential_weibull.py
chaospy/distributions/collection/f.py
chaospy/distributions/collection/fatigue_life.py
chaospy/distributions/collection/fisk.py
chaospy/distributions/collection/folded_cauchy.py
chaospy/distributions/collection/folded_normal.py
chaospy/distributions/collection/frechet.py
chaospy/distributions/collection/gamma.py
chaospy/distributions/collection/generalized_exponential.py
chaospy/distributions/collection/generalized_extreme.py
chaospy/distributions/collection/generalized_gamma.py
chaospy/distributions/collection/generalized_half_logistic.py
chaospy/distributions/collection/gompertz.py
chaospy/distributions/collection/hyperbolic_secant.py
chaospy/distributions/collection/inverse_gamma.py
chaospy/distributions/collection/kumaraswamy.py
chaospy/distributions/collection/laplace.py
chaospy/distributions/collection/levy.py
chaospy/distributions/collection/log_gamma.py
chaospy/distributions/collection/log_laplace.py
chaospy/distributions/collection/log_normal.py
chaospy/distributions/collection/log_uniform.py
chaospy/distributions/collection/log_weibull.py
chaospy/distributions/collection/logistic.py
chaospy/distributions/collection/mielke.py
chaospy/distributions/collection/mv_log_normal.py
chaospy/distributions/collection/mv_normal.py
chaospy/distributions/collection/mv_student_t.py
chaospy/distributions/collection/nakagami.py
chaospy/distributions/collection/normal.py
chaospy/distributions/collection/pareto1.py
chaospy/distributions/collection/pareto2.py
chaospy/distributions/collection/power_log_normal.py
chaospy/distributions/collection/power_normal.py
chaospy/distributions/collection/reciprocal.py
chaospy/distributions/collection/student_t.py
chaospy/distributions/collection/triangle.py
chaospy/distributions/collection/trunc_exponential.py
chaospy/distributions/collection/trunc_normal.py
chaospy/distributions/collection/tukey_lambda.py
chaospy/distributions/collection/uniform.py
chaospy/distributions/collection/wald.py
chaospy/distributions/collection/weibull.py
chaospy/distributions/collection/wrapped_cauchy.py
chaospy/distributions/copulas/__init__.py
chaospy/distributions/copulas/archimedean.py
chaospy/distributions/copulas/clayton.py
chaospy/distributions/copulas/gumbel.py
chaospy/distributions/copulas/joe.py
chaospy/distributions/copulas/nataf.py
chaospy/distributions/copulas/t_copula.py
chaospy/distributions/kernel/__init__.py
chaospy/distributions/kernel/baseclass.py
chaospy/distributions/kernel/gaussian.py
chaospy/distributions/kernel/mixture.py
chaospy/distributions/operators/__init__.py
chaospy/distributions/operators/addition.py
chaospy/distributions/operators/iid.py
chaospy/distributions/operators/joint.py
chaospy/distributions/operators/logarithm.py
chaospy/distributions/operators/multiply.py
chaospy/distributions/operators/negative.py
chaospy/distributions/operators/power.py
chaospy/distributions/operators/truncation.py
chaospy/distributions/sampler/__init__.py
chaospy/distributions/sampler/antithetic.py
chaospy/distributions/sampler/generator.py
chaospy/distributions/sampler/latin_hypercube.py
chaospy/distributions/sampler/sequences/__init__.py
chaospy/distributions/sampler/sequences/additive_recursion.py
chaospy/distributions/sampler/sequences/chebyshev.py
chaospy/distributions/sampler/sequences/grid.py
chaospy/distributions/sampler/sequences/halton.py
chaospy/distributions/sampler/sequences/hammersley.py
chaospy/distributions/sampler/sequences/korobov.py
chaospy/distributions/sampler/sequences/primes.py
chaospy/distributions/sampler/sequences/sobol.py
chaospy/distributions/sampler/sequences/sobol_constants.py
chaospy/distributions/sampler/sequences/van_der_corput.py
chaospy/expansion/__init__.py
chaospy/expansion/chebyshev.py
chaospy/expansion/cholesky.py
chaospy/expansion/frontend.py
chaospy/expansion/gegenbauer.py
chaospy/expansion/gram_schmidt.py
chaospy/expansion/hermite.py
chaospy/expansion/jacobi.py
chaospy/expansion/lagrange.py
chaospy/expansion/laguerre.py
chaospy/expansion/legendre.py
chaospy/expansion/stieltjes.py
chaospy/external/__init__.py
chaospy/external/openturns_.py
chaospy/external/scipy_stats.py
chaospy/quadrature/__init__.py
chaospy/quadrature/chebyshev.py
chaospy/quadrature/clenshaw_curtis.py
chaospy/quadrature/discrete.py
chaospy/quadrature/fejer_1.py
chaospy/quadrature/fejer_2.py
chaospy/quadrature/frontend.py
chaospy/quadrature/gaussian.py
chaospy/quadrature/gegenbauer.py
chaospy/quadrature/genz_keister.py
chaospy/quadrature/grid.py
chaospy/quadrature/hermite.py
chaospy/quadrature/hypercube.py
chaospy/quadrature/jacobi.py
chaospy/quadrature/kronrod.py
chaospy/quadrature/laguerre.py
chaospy/quadrature/legendre.py
chaospy/quadrature/leja.py
chaospy/quadrature/lobatto.py
chaospy/quadrature/newton_cotes.py
chaospy/quadrature/patterson.py
chaospy/quadrature/radau.py
chaospy/quadrature/sparse_grid.py
chaospy/quadrature/utils.py
chaospy/recurrence/__init__.py
chaospy/recurrence/chebyshev.py
chaospy/recurrence/frontend.py
chaospy/recurrence/jacobi.py
chaospy/recurrence/lanczos.py
chaospy/recurrence/stieltjes.py
docs/Makefile
docs/about_us.rst
docs/bibliography.bib
docs/conf.py
docs/index.rst
docs/requirements.txt
docs/_static/chaospy_logo.png
docs/_static/chaospy_logo.svg
docs/_static/chaospy_logo2.png
docs/_static/chaospy_logo2.svg
docs/_templates/distribution.rst
docs/_templates/ndpoly.rst
docs/reference/high_level_interface.rst
docs/reference/index.rst
docs/reference/recurrence.rst
docs/reference/sampling.rst
docs/reference/descriptive/index.rst
docs/reference/descriptive/miscellaneous.rst
docs/reference/descriptive/sensitivity_indices.rst
docs/reference/descriptive/statistical_moment.rst
docs/reference/distribution/advanced.rst
docs/reference/distribution/baseclass.rst
docs/reference/distribution/collection.rst
docs/reference/distribution/index.rst
docs/reference/distribution/operator.rst
docs/reference/distribution/utils.rst
docs/reference/polynomial/baseclass.rst
docs/reference/polynomial/constructor.rst
docs/reference/polynomial/helper_function.rst
docs/reference/polynomial/index.rst
docs/reference/quadrature/index.rst
docs/user_guide/fill_notebooks.sh
docs/user_guide/index.rst
docs/user_guide/quick_tutorial.ipynb
docs/user_guide/zbibliography.rst
docs/user_guide/advanced_topics/advanced_regression_method.ipynb
docs/user_guide/advanced_topics/gaussian_mixture_model.ipynb
docs/user_guide/advanced_topics/generalized_polynomial_chaos.ipynb
docs/user_guide/advanced_topics/index.rst
docs/user_guide/advanced_topics/kernel_density_estimation.ipynb
docs/user_guide/advanced_topics/polynomial_chaos_kriging.ipynb
docs/user_guide/advanced_topics/problem_formulation.py
docs/user_guide/advanced_topics/seir_model.ipynb
docs/user_guide/advanced_topics/stochastic_dependencies.ipynb
docs/user_guide/fundamentals/descriptive_statistics.ipynb
docs/user_guide/fundamentals/index.rst
docs/user_guide/fundamentals/probability_distributions.ipynb
docs/user_guide/fundamentals/problem_formulation.py
docs/user_guide/fundamentals/quadrature_integration.ipynb
docs/user_guide/fundamentals/quasi_random_samples.ipynb
docs/user_guide/main_usage/index.rst
docs/user_guide/main_usage/intrusive_galerkin.ipynb
docs/user_guide/main_usage/lagrange_polynomials.ipynb
docs/user_guide/main_usage/monte_carlo_integration.ipynb
docs/user_guide/main_usage/monte_carlo_integration.py
docs/user_guide/main_usage/point_collocation.ipynb
docs/user_guide/main_usage/problem_formulation.ipynb
docs/user_guide/main_usage/problem_formulation.py
docs/user_guide/main_usage/pseudo_spectral_projection.ipynb
docs/user_guide/main_usage/pseudo_spectral_projection.py
docs/user_guide/polynomial/comparison_operators.rst
docs/user_guide/polynomial/index.rst
docs/user_guide/polynomial/introduction.rst
docs/user_guide/polynomial/numpy_functions.rst
docs/user_guide/polynomial/orthogonality.ipynb
docs/user_guide/polynomial/polynomial_division.rst
docs/user_guide/polynomial/polynomial_evaluation.rst
docs/user_guide/polynomial/polynomial_expansion.rst
docs/user_guide/polynomial/truncation_scheme.ipynb
tests/conftest.py
tests/test_intrusive_galerkin.py
tests/test_lagrange_polynomials.py
tests/test_monte_carlo_integration.py
tests/test_orthogonal_expansion.py
tests/test_point_collocation.py
tests/test_pseudo_spectral_projection.py
tests/test_regression_models.py
tests/test_stress.py
tests/distributions/conftest.py
tests/distributions/test_1d_dependencies.py
tests/distributions/test_2d_dependencies.py
tests/distributions/test_approximation.py
tests/distributions/test_arithmetics.py
tests/distributions/test_baseclass.py
tests/distributions/collection/test_mv_normal.py
tests/distributions/collection/test_triangle.py
tests/distributions/copulas/test_nataf.py
tests/distributions/kernel/test_gaussian_kde.py
tests/distributions/operators/test_addition.py
tests/distributions/operators/test_multiply.py
tests/distributions/operators/test_operators.py
tests/distributions/operators/test_truncation.py
tests/poly/test_numpoly.py
tests/recurrence/conftest.py
tests/recurrence/test_quadrature_creation.py
tests/recurrence/test_stieltjes_method.py