CONTRIBUTING.md
HISTORY.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
docs/installation.md
docs/theory.md
docs/usage.md
src/ssbc/__init__.py
src/ssbc/__main__.py
src/ssbc/bootstrap.py
src/ssbc/cli.py
src/ssbc/conformal.py
src/ssbc/core.py
src/ssbc/cross_conformal.py
src/ssbc/hyperparameter.py
src/ssbc/loo_uncertainty.py
src/ssbc/mcp_server.py
src/ssbc/operational_bounds_simple.py
src/ssbc/rigorous_report.py
src/ssbc/simulation.py
src/ssbc/statistics.py
src/ssbc/utils.py
src/ssbc/validation.py
src/ssbc/visualization.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
tests/__init__.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_hyperparameter.py
tests/test_operational_bounds.py
tests/test_rigorous_report.py
tests/test_simulation.py
tests/test_statistics.py
tests/test_utils.py
tests/test_validation.py
tests/test_visualization.py