LICENSE
README.md
pyproject.toml
setup.py
./jaxns/__init__.py
./jaxns/plotting.py
./jaxns/public.py
./jaxns/utils.py
./jaxns/warnings.py
./jaxns.egg-info/PKG-INFO
./jaxns.egg-info/SOURCES.txt
./jaxns.egg-info/dependency_links.txt
./jaxns.egg-info/requires.txt
./jaxns.egg-info/top_level.txt
./jaxns/experimental/__init__.py
./jaxns/experimental/evidence_maximisation.py
./jaxns/experimental/parametrised_model.py
./jaxns/framework/__init__.py
./jaxns/framework/abc.py
./jaxns/framework/bases.py
./jaxns/framework/distribution.py
./jaxns/framework/model.py
./jaxns/framework/ops.py
./jaxns/framework/prior.py
./jaxns/framework/special_priors.py
./jaxns/framework/tests/__init__.py
./jaxns/framework/tests/test_model.py
./jaxns/framework/tests/test_prior.py
./jaxns/internals/__init__.py
./jaxns/internals/linalg.py
./jaxns/internals/log_semiring.py
./jaxns/internals/maps.py
./jaxns/internals/random.py
./jaxns/internals/shapes.py
./jaxns/internals/shrinkage_statistics.py
./jaxns/internals/stats.py
./jaxns/internals/tree_structure.py
./jaxns/internals/types.py
./jaxns/internals/tests/__init__.py
./jaxns/internals/tests/test_linalg.py
./jaxns/internals/tests/test_log_semiring.py
./jaxns/internals/tests/test_maps.py
./jaxns/internals/tests/test_random.py
./jaxns/internals/tests/test_shapes.py
./jaxns/internals/tests/test_stats.py
./jaxns/internals/tests/test_tree_structure.py
./jaxns/internals/tests/test_types.py
./jaxns/nested_sampler/__init__.py
./jaxns/nested_sampler/abc.py
./jaxns/nested_sampler/bases.py
./jaxns/nested_sampler/standard_static.py
./jaxns/samplers/__init__.py
./jaxns/samplers/abc.py
./jaxns/samplers/bases.py
./jaxns/samplers/multi_ellipsoidal_samplers.py
./jaxns/samplers/multi_slice_sampler.py
./jaxns/samplers/uni_slice_sampler.py
./jaxns/samplers/uniform_samplers.py
./jaxns/samplers/multi_ellipsoid/__init__.py
./jaxns/samplers/multi_ellipsoid/em_gmm.py
./jaxns/samplers/multi_ellipsoid/multi_ellipsoid_utils.py
./jaxns/samplers/multi_ellipsoid/tests/__init__.py
./jaxns/samplers/multi_ellipsoid/tests/test_em_gmm.py
./jaxns/samplers/multi_ellipsoid/tests/test_multi_ellipsoid.py
./jaxns/tests/__init__.py
./jaxns/tests/conftest.py
./jaxns/tests/test_nested_sampler.py
./jaxns/tests/test_utils.py