LICENSE
README.md
pyproject.toml
mn_squared/__init__.py
mn_squared/_jsd_distance.py
mn_squared/_validators.py
mn_squared/core.py
mn_squared/py.typed
mn_squared/types.py
mn_squared.egg-info/PKG-INFO
mn_squared.egg-info/SOURCES.txt
mn_squared.egg-info/dependency_links.txt
mn_squared.egg-info/requires.txt
mn_squared.egg-info/top_level.txt
mn_squared/cdf_backends/__init__.py
mn_squared/cdf_backends/base.py
mn_squared/cdf_backends/exact.py
mn_squared/cdf_backends/mc_multinomial.py
mn_squared/cdf_backends/mc_normal.py
mn_squared/null_structures/__init__.py
mn_squared/null_structures/indexed_hypotheses.py
mn_squared/null_structures/null_hypothesis.py
tests/test_core_multinull_jsd_test.py
tests/test_init_module.py
tests/test_jsd_distance.py
tests/test_types_protocols.py