.gitignore
LICENSE
README.md
pyproject.toml
uv.lock
.github/workflows/python-package.yml
.github/workflows/release.yml
doc/images/hist_bimodal.png
examples/01_linear_propagation.ipynb
examples/11_stochastic_propagation_simple.ipynb
examples/12_stochastic_propagation_versus_linear.ipynb
examples/13_stochastic_propagation_multivariate.ipynb
examples/21_multivariate_distributions_copula.ipynb
src/sensitivities/distributions.py
src/sensitivities/linear.py
src/sensitivities/math.py
src/sensitivities/stochastic.py
src/sensitivities.egg-info/PKG-INFO
src/sensitivities.egg-info/SOURCES.txt
src/sensitivities.egg-info/dependency_links.txt
src/sensitivities.egg-info/requires.txt
src/sensitivities.egg-info/top_level.txt
test/test_corr_cov.py
test/test_linear.py
test/test_stochastic.py