LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
roerich/__init__.py
roerich/dataset.py
roerich/viz.py
roerich.egg-info/PKG-INFO
roerich.egg-info/SOURCES.txt
roerich.egg-info/dependency_links.txt
roerich.egg-info/requires.txt
roerich.egg-info/top_level.txt
roerich/algorithms/__init__.py
roerich/algorithms/cpdc.py
roerich/algorithms/cpdc_cv.py
roerich/algorithms/enrg_dist.py
roerich/algorithms/matrix.py
roerich/algorithms/models.py
roerich/algorithms/net.py
roerich/change_point/__init__.py
roerich/change_point/onnc.py
roerich/change_point/onnr.py
roerich/change_point/windows.py
roerich/density_ratio/__init__.py
roerich/explanation/__init__.py
roerich/metrics/__init__.py
roerich/metrics/pr.py
roerich/networks/__init__.py
roerich/scores/__init__.py
roerich/scores/energy.py
roerich/scores/fd.py
roerich/scores/mmd.py
tests/test_change_point.py
tests/test_density_ratio.py
tests/test_explanation.py
tests/test_metrics.py
tests/test_networks.py
tests/test_scores.py