LICENSE
MANIFEST.in
README.md
pyproject.toml
bayesian_changepoint.egg-info/PKG-INFO
bayesian_changepoint.egg-info/SOURCES.txt
bayesian_changepoint.egg-info/dependency_links.txt
bayesian_changepoint.egg-info/requires.txt
bayesian_changepoint.egg-info/top_level.txt
bayesian_changepoint_detection/__init__.py
bayesian_changepoint_detection/bayesian_models.py
bayesian_changepoint_detection/device.py
bayesian_changepoint_detection/generate_data.py
bayesian_changepoint_detection/hazard_functions.py
bayesian_changepoint_detection/offline_likelihoods.py
bayesian_changepoint_detection/online_likelihoods.py
bayesian_changepoint_detection/priors.py
bayesian_changepoint_detection/segments.py
bayesian_changepoint_detection/streaming.py
benchmarks/metrics.py
docs/changelog.md
docs/citing.md
docs/contributing.md
docs/devices.md
docs/faq.md
docs/index.md
docs/installation.md
docs/performance.md
docs/usage.md
docs/api/detectors.md
docs/api/device.md
docs/api/generate_data.md
docs/api/hazard_functions.md
docs/api/offline_likelihoods.md
docs/api/online_likelihoods.md
docs/api/priors.md
docs/api/segments.md
docs/api/streaming.md
tests/__init__.py
tests/_exact_marginals.py
tests/_reference_bocpd.py
tests/conftest.py
tests/test_benchmark_metrics.py
tests/test_device.py
tests/test_docs_code_blocks.py
tests/test_generate_data.py
tests/test_hazard_functions.py
tests/test_input_contract.py
tests/test_integration.py
tests/test_negative_binomial_hazard.py
tests/test_normal_known_variance.py
tests/test_numpy_input_precision.py
tests/test_offline_changepoint_table.py
tests/test_offline_large_offsets.py
tests/test_offline_prior_recursion.py
tests/test_online_detection.py
tests/test_online_large_offsets.py
tests/test_online_likelihood_values.py
tests/test_online_likelihoods.py
tests/test_pdf_rows_consistency.py
tests/test_poisson.py
tests/test_priors.py
tests/test_regression_vs_numpy.py
tests/test_segments.py
tests/test_streaming.py
tests/test_studentt_exactness.py
tests/test_viterbi.py