LICENSE
README.md
pyproject.toml
margarine/__init__.py
margarine/_version.py
margarine/statistics.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
margarine/base/__init__.py
margarine/base/baseflow.py
margarine/estimators/__init__.py
margarine/estimators/clustered.py
margarine/estimators/kde.py
margarine/estimators/nice.py
margarine/estimators/realnvp.py
margarine/utils/__init__.py
margarine/utils/kmeans.py
margarine/utils/utils.py
tests/test_cluster.py
tests/test_estimators.py
tests/test_importance_sampling.py
tests/test_utils.py