CONTRIBUTING.md
HISTORY.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/installation.md
docs/theory.md
docs/usage.md
src/ssbc/__init__.py
src/ssbc/__main__.py
src/ssbc/cli.py
src/ssbc/hyperparameter.py
src/ssbc/mcp_server.py
src/ssbc/simulation.py
src/ssbc/utils.py
src/ssbc/validation.py
src/ssbc.egg-info/PKG-INFO
src/ssbc.egg-info/SOURCES.txt
src/ssbc.egg-info/dependency_links.txt
src/ssbc.egg-info/entry_points.txt
src/ssbc.egg-info/requires.txt
src/ssbc.egg-info/top_level.txt
src/ssbc/bounds/__init__.py
src/ssbc/bounds/statistical.py
src/ssbc/calibration/__init__.py
src/ssbc/calibration/bootstrap.py
src/ssbc/calibration/conformal.py
src/ssbc/calibration/cross_conformal.py
src/ssbc/core_pkg/__init__.py
src/ssbc/core_pkg/core.py
src/ssbc/metrics/__init__.py
src/ssbc/metrics/loo_uncertainty.py
src/ssbc/metrics/operational_bounds_simple.py
src/ssbc/reporting/__init__.py
src/ssbc/reporting/rigorous_report.py
src/ssbc/reporting/visualization.py
src/ssbc/validation_pkg/__init__.py
tests/__init__.py
tests/conftest.py
tests/test_bootstrap.py
tests/test_conformal.py
tests/test_core.py
tests/test_core_improvements.py
tests/test_cross_conformal.py
tests/test_edge_cases.py
tests/test_hyperparameter.py
tests/test_loo_uncertainty_verbose.py
tests/test_operational_bounds.py
tests/test_operational_bounds_diagnostics.py
tests/test_reporting_methods.py
tests/test_rigorous_report.py
tests/test_simulation.py
tests/test_statistics.py
tests/test_utils.py
tests/test_validation.py
tests/test_validation_meta.py
tests/test_visualization.py