.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
README.md
pyproject.toml
doc/Makefile
doc/source/binomialpcasampler.rst
doc/source/conf.py
doc/source/index.rst
doc/source/inference.rst
doc/source/plnpcasampler.rst
doc/source/sampling.rst
scud/__init__.py
scud/_initialisation.py
scud/_utils.py
scud/_weights.py
scud/base.py
scud/binpca.py
scud/inverse_parameter_mappings.py
scud/linkfunctions.py
scud/lognormalizers.py
scud/logpartitions.py
scud/pca.py
scud/pca_sampling_parameters.py
scud/plnpca.py
scud/sample.py
scud.egg-info/PKG-INFO
scud.egg-info/SOURCES.txt
scud.egg-info/dependency_links.txt
scud.egg-info/requires.txt
scud.egg-info/top_level.txt
scud/__pycache__/_initialisation.cpython-310.pyc
scud/__pycache__/_utils.cpython-310.pyc
scud/__pycache__/_weights.cpython-310.pyc
scud/__pycache__/base.cpython-310.pyc
scud/__pycache__/binpca.cpython-310.pyc
scud/__pycache__/inverse_parameter_mappings.cpython-310.pyc
scud/__pycache__/linkfunctions.cpython-310.pyc
scud/__pycache__/lognormalizers.cpython-310.pyc
scud/__pycache__/logpartitions.cpython-310.pyc
scud/__pycache__/pca.cpython-310.pyc
scud/__pycache__/pca_sampling_parameters.cpython-310.pyc
scud/__pycache__/plnpca.cpython-310.pyc
scud/__pycache__/sample.cpython-310.pyc
tests/test_nothing.py