.gitignore
.pre-commit-config.yaml
CHANGELOG.rst
README.rst
pyproject.toml
.github/workflows/ci.yml
.github/workflows/pypi.yml
src/starccato_sampler/__init__.py
src/starccato_sampler/_version.py
src/starccato_sampler/bayes_factor.py
src/starccato_sampler/optimise_start.py
src/starccato_sampler/post_proc.py
src/starccato_sampler/pp_test.py
src/starccato_sampler/sampler.py
src/starccato_sampler/utils.py
src/starccato_sampler.egg-info/PKG-INFO
src/starccato_sampler.egg-info/SOURCES.txt
src/starccato_sampler.egg-info/dependency_links.txt
src/starccato_sampler.egg-info/requires.txt
src/starccato_sampler.egg-info/top_level.txt
src/starccato_sampler/core/__init__.py
src/starccato_sampler/core/bayesian_functions.py
src/starccato_sampler/core/mcmc.py
src/starccato_sampler/core/ns.py
src/starccato_sampler/evidence/__init__.py
src/starccato_sampler/evidence/gaussian_approximation_evidence.py
src/starccato_sampler/evidence/gss_evidence.py
src/starccato_sampler/evidence/stepping_stone_evidence.py
src/starccato_sampler/plotting/__init__.py
src/starccato_sampler/plotting/plot_1d_marginals.py
src/starccato_sampler/plotting/plot_ci.py
src/starccato_sampler/plotting/plot_pe_comparison.py
src/starccato_sampler/plotting/plot_sampler_diagnostics.py
studies/bilby_exploration.py
studies/data_generator.py
studies/dynesty_sampler.py
studies/hacking.py
studies/jaxns_testing.py
studies/nested_sampler.py
studies/numpyro_ns.py
studies/numpyro_sampler.py
studies/output/lnz_results.txt
studies/output/plot_lnzs.py
tests/conftest.py
tests/sample_lartillot.py
tests/test_evidence.py
tests/test_logbf_computation.py
tests/test_pp_test.py
tests/test_sampler.py
tests/test_utils.py