.gitignore
.readthedocs.yml
LICENSE
README.rst
requirements.txt
requirements_test.txt
setup.py
.github/workflows/CI.yml
.github/workflows/version_checks.yaml
bin/check_version.py
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/Tutorial_15_0.png
docs/source/Tutorial_17_0.png
docs/source/Tutorial_5_0.png
docs/source/Tutorial_9_0.png
docs/source/conf.py
docs/source/functions.rst
docs/source/index.rst
docs/source/intro.rst
docs/source/tutorial.rst
margarine/__init__.py
margarine/clustered.py
margarine/kde.py
margarine/maf.py
margarine/marginal_stats.py
margarine/processing.py
margarine.egg-info/PKG-INFO
margarine.egg-info/SOURCES.txt
margarine.egg-info/dependency_links.txt
margarine.egg-info/requires.txt
margarine.egg-info/top_level.txt
notebook/Tutorial.ipynb
tests/clustered_distributions.py
tests/test_clusters.py
tests/test_stats.py