MANIFEST.in
README.rst
setup.cfg
setup.py
src/chaospy/__init__.py
src/chaospy/orthogonal.py
src/chaospy/regression.py
src/chaospy/saltelli.py
src/chaospy/spectral.py
src/chaospy/version.py
src/chaospy.egg-info/PKG-INFO
src/chaospy.egg-info/SOURCES.txt
src/chaospy.egg-info/dependency_links.txt
src/chaospy.egg-info/requires.txt
src/chaospy.egg-info/top_level.txt
src/chaospy/bertran/__init__.py
src/chaospy/bertran/fourier.py
src/chaospy/bertran/operators.py
src/chaospy/bertran/sparse.py
src/chaospy/chol/__init__.py
src/chaospy/chol/bastos_ohagen.py
src/chaospy/chol/gill_king.py
src/chaospy/chol/gill_murray_wright.py
src/chaospy/chol/schnabel_eskow.py
src/chaospy/descriptives/__init__.py
src/chaospy/descriptives/first.py
src/chaospy/descriptives/higher.py
src/chaospy/descriptives/misc.py
src/chaospy/descriptives/second1d.py
src/chaospy/descriptives/second2d.py
src/chaospy/descriptives/sensitivity.py
src/chaospy/distributions/__init__.py
src/chaospy/distributions/approx.py
src/chaospy/distributions/baseclass.py
src/chaospy/distributions/collection.py
src/chaospy/distributions/constructor.py
src/chaospy/distributions/cores.py
src/chaospy/distributions/joint.py
src/chaospy/distributions/rosenblatt.py
src/chaospy/distributions/copulas/__init__.py
src/chaospy/distributions/copulas/baseclass.py
src/chaospy/distributions/copulas/collection.py
src/chaospy/distributions/graph/__init__.py
src/chaospy/distributions/graph/baseclass.py
src/chaospy/distributions/graph/containers.py
src/chaospy/distributions/graph/main.py
src/chaospy/distributions/graph/calling/__init__.py
src/chaospy/distributions/graph/calling/dep.py
src/chaospy/distributions/graph/calling/fwd.py
src/chaospy/distributions/graph/calling/inv.py
src/chaospy/distributions/graph/calling/mom.py
src/chaospy/distributions/graph/calling/pdf.py
src/chaospy/distributions/graph/calling/range_.py
src/chaospy/distributions/graph/calling/rnd.py
src/chaospy/distributions/graph/calling/ttr.py
src/chaospy/distributions/graph/calling/val.py
src/chaospy/distributions/operators/__init__.py
src/chaospy/distributions/operators/addition.py
src/chaospy/distributions/operators/hyperbolic.py
src/chaospy/distributions/operators/logarithm.py
src/chaospy/distributions/operators/logarithm10.py
src/chaospy/distributions/operators/logarithmn.py
src/chaospy/distributions/operators/multiply.py
src/chaospy/distributions/operators/negative.py
src/chaospy/distributions/operators/power.py
src/chaospy/distributions/operators/trignometric.py
src/chaospy/distributions/operators/trunkation.py
src/chaospy/distributions/sampler/__init__.py
src/chaospy/distributions/sampler/antithetic.py
src/chaospy/distributions/sampler/generator.py
src/chaospy/distributions/sampler/latin_hypercube.py
src/chaospy/distributions/sampler/sequences/__init__.py
src/chaospy/distributions/sampler/sequences/chebyshev.py
src/chaospy/distributions/sampler/sequences/grid.py
src/chaospy/distributions/sampler/sequences/halton.py
src/chaospy/distributions/sampler/sequences/hammersley.py
src/chaospy/distributions/sampler/sequences/korobov.py
src/chaospy/distributions/sampler/sequences/primes.py
src/chaospy/distributions/sampler/sequences/sobol.py
src/chaospy/distributions/sampler/sequences/van_der_corput.py
src/chaospy/poly/__init__.py
src/chaospy/poly/base.py
src/chaospy/poly/caller.py
src/chaospy/poly/dimension.py
src/chaospy/poly/shaping.py
src/chaospy/poly/typing.py
src/chaospy/poly/collection/__init__.py
src/chaospy/poly/collection/arithmetics.py
src/chaospy/poly/collection/core.py
src/chaospy/poly/collection/derivative.py
src/chaospy/poly/collection/linalg.py
src/chaospy/poly/collection/numpy_.py
src/chaospy/poly/constructor/__init__.py
src/chaospy/poly/constructor/ensurance.py
src/chaospy/poly/constructor/identifier.py
src/chaospy/poly/constructor/preprocessing.py
src/chaospy/quad/__init__.py
src/chaospy/quad/combine.py
src/chaospy/quad/generator.py
src/chaospy/quad/interface.py
src/chaospy/quad/sparse_grid.py
src/chaospy/quad/stieltjes.py
src/chaospy/quad/collection/__init__.py
src/chaospy/quad/collection/clenshaw_curtis.py
src/chaospy/quad/collection/frontend.py
src/chaospy/quad/collection/gauss_legendre.py
src/chaospy/quad/collection/gauss_patterson.py
src/chaospy/quad/collection/golub_welsch.py
src/chaospy/quad/collection/leja.py
src/chaospy/quad/collection/probabilistic.py
src/chaospy/quad/collection/genz_keister/__init__.py
src/chaospy/quad/collection/genz_keister/genz_keister.py
src/chaospy/quad/collection/genz_keister/gk16.py
src/chaospy/quad/collection/genz_keister/gk18.py
src/chaospy/quad/collection/genz_keister/gk22.py
src/chaospy/quad/collection/genz_keister/gk24.py