CHANGELOG.md
KNOWN_ISSUES.md
LICENSE
MANIFEST.in
README.md
RELEASE_NOTES_0.3.4.md
RELEASE_NOTES_0.4.0.md
pyproject.toml
docs/api.md
docs/conventions.md
docs/methodology.md
docs/migration_v0.3.md
docs/quality_checks.md
examples/01_audit_static_garch.py
examples/02_audit_rolling_garch.py
examples/03_audit_with_benchmarks.py
examples/04_custom_forecaster.py
examples/05_r7_workflows.py
scripts/reproduce_r7_deployment.py
src/conformal_oracle/__init__.py
src/conformal_oracle/_conventions.py
src/conformal_oracle/_deprecated.py
src/conformal_oracle/_protocols.py
src/conformal_oracle/_types.py
src/conformal_oracle/classify.py
src/conformal_oracle/compare.py
src/conformal_oracle/deployment.py
src/conformal_oracle.egg-info/PKG-INFO
src/conformal_oracle.egg-info/SOURCES.txt
src/conformal_oracle.egg-info/dependency_links.txt
src/conformal_oracle.egg-info/requires.txt
src/conformal_oracle.egg-info/top_level.txt
src/conformal_oracle/audit/__init__.py
src/conformal_oracle/audit/benchmark.py
src/conformal_oracle/audit/regime.py
src/conformal_oracle/audit/single_rolling.py
src/conformal_oracle/audit/single_static.py
src/conformal_oracle/conformal/__init__.py
src/conformal_oracle/conformal/bootstrap.py
src/conformal_oracle/conformal/quantile.py
src/conformal_oracle/conformal/rolling.py
src/conformal_oracle/conformal/separated.py
src/conformal_oracle/conformal/static.py
src/conformal_oracle/contrib/__init__.py
src/conformal_oracle/contrib/benchmarks/__init__.py
src/conformal_oracle/contrib/benchmarks/garch_normal.py
src/conformal_oracle/contrib/benchmarks/gjr_garch.py
src/conformal_oracle/contrib/benchmarks/hist_sim.py
src/conformal_oracle/contrib/tsfm/__init__.py
src/conformal_oracle/contrib/tsfm/_base.py
src/conformal_oracle/contrib/tsfm/_cache.py
src/conformal_oracle/contrib/tsfm/chronos.py
src/conformal_oracle/contrib/tsfm/lag_llama.py
src/conformal_oracle/contrib/tsfm/moirai.py
src/conformal_oracle/contrib/tsfm/timesfm.py
src/conformal_oracle/diagnostics/__init__.py
src/conformal_oracle/diagnostics/acerbi_szekely.py
src/conformal_oracle/diagnostics/basel.py
src/conformal_oracle/diagnostics/christoffersen.py
src/conformal_oracle/diagnostics/diebold_mariano.py
src/conformal_oracle/diagnostics/kupiec.py
src/conformal_oracle/diagnostics/optimism.py
src/conformal_oracle/diagnostics/paired_bootstrap.py
src/conformal_oracle/diagnostics/scoring.py
src/conformal_oracle/forecasters/__init__.py
src/conformal_oracle/forecasters/garch_normal.py
src/conformal_oracle/forecasters/gjr_garch.py
src/conformal_oracle/forecasters/hist_sim.py
src/conformal_oracle/forecasters/tsfm/__init__.py
src/conformal_oracle/forecasters/tsfm/_base.py
src/conformal_oracle/forecasters/tsfm/_cache.py
src/conformal_oracle/forecasters/tsfm/chronos.py
src/conformal_oracle/forecasters/tsfm/lag_llama.py
src/conformal_oracle/forecasters/tsfm/moirai.py
src/conformal_oracle/forecasters/tsfm/timesfm.py
src/conformal_oracle/panel/__init__.py
src/conformal_oracle/panel/audit.py
src/conformal_oracle/panel/cross_sectional.py
src/conformal_oracle/panel/diagnostic_regression.py
src/conformal_oracle/panel/diebold_mariano.py
src/conformal_oracle/panel/kupiec_panel.py
src/conformal_oracle/panel/latex.py
src/conformal_oracle/panel/result.py
src/conformal_oracle/panel/wildcluster_bootstrap.py
src/conformal_oracle/recalibration/__init__.py
src/conformal_oracle/recalibration/aci.py
src/conformal_oracle/recalibration/base.py
src/conformal_oracle/recalibration/evt_pot.py
src/conformal_oracle/recalibration/fhs.py
src/conformal_oracle/recalibration/gamlss_sst.py
src/conformal_oracle/recalibration/gbm_qr.py
src/conformal_oracle/recalibration/historical_quantile.py
src/conformal_oracle/recalibration/one_coefficient.py
src/conformal_oracle/recalibration/quantile_regression.py
src/conformal_oracle/recalibration/scale_correction.py
src/conformal_oracle/recalibration/scale_diagnostic.py
src/conformal_oracle/reporting/__init__.py
src/conformal_oracle/reporting/latex.py
src/conformal_oracle/reporting/plotting.py
tests/__init__.py
tests/conftest.py
tests/test_deployment.py
tests/test_deprecation.py
tests/test_r8_extensions.py
tests/fixtures/README.md
tests/fixtures/__init__.py
tests/fixtures/forecasters.py
tests/fixtures/synthetic_returns.csv
tests/test_audit/__init__.py
tests/test_audit/test_audit_agnostic.py
tests/test_audit/test_benchmark.py
tests/test_audit/test_benchmark_dm.py
tests/test_audit/test_dispatcher.py
tests/test_audit/test_single_rolling.py
tests/test_audit/test_single_static.py
tests/test_conformal/__init__.py
tests/test_conformal/test_bootstrap.py
tests/test_conformal/test_conformal_quantile.py
tests/test_conformal/test_rolling.py
tests/test_conformal/test_separated.py
tests/test_conformal/test_static.py
tests/test_diagnostics/__init__.py
tests/test_diagnostics/test_acerbi_szekely.py
tests/test_diagnostics/test_basel.py
tests/test_diagnostics/test_christoffersen.py
tests/test_diagnostics/test_diebold_mariano.py
tests/test_diagnostics/test_kupiec.py
tests/test_diagnostics/test_reporting.py
tests/test_diagnostics/test_scoring.py
tests/test_diagnostics/test_types_cdf.py
tests/test_forecasters/__init__.py
tests/test_forecasters/test_gjr_garch.py
tests/test_forecasters/test_hist_sim.py
tests/test_integration/__init__.py
tests/test_integration/test_end_to_end_rolling.py
tests/test_integration/test_end_to_end_static.py
tests/test_integration/test_fz_scores.py
tests/test_integration/test_qv_stat_ci_zero.py
tests/test_integration/test_r7_deployment_script.py
tests/test_panel/__init__.py
tests/test_panel/test_audit_panel.py
tests/test_panel/test_integration.py
tests/test_panel/test_kupiec_panel.py
tests/test_panel/test_latex_panel.py
tests/test_panel/test_master_table.py
tests/test_panel/test_panel_dm.py
tests/test_panel/test_t1_diagnostic_regression.py
tests/test_panel/test_t2_cross_sectional.py
tests/test_panel/test_t3_wildcluster.py
tests/test_recalibration/__init__.py
tests/test_recalibration/test_audit_integration.py
tests/test_recalibration/test_conformal_shift.py
tests/test_recalibration/test_t10_cross_baseline.py
tests/test_recalibration/test_t1_historical_quantile.py
tests/test_recalibration/test_t2_scale_correction.py
tests/test_recalibration/test_t3_linear_qr.py
tests/test_recalibration/test_t4_isotonic_qr.py
tests/test_recalibration/test_t5_aci.py
tests/test_recalibration/test_t6_gbm_qr.py
tests/test_recalibration/test_t7_evt_pot.py
tests/test_recalibration/test_t8_fhs.py
tests/test_recalibration/test_t9_gamlss.py
tests/test_tsfm/__init__.py
tests/test_tsfm/test_base.py
tests/test_tsfm/test_cache.py
tests/test_tsfm/test_chronos.py
tests/test_tsfm/test_guarded_imports.py
tests/test_tsfm/test_lag_llama.py
tests/test_tsfm/test_moirai.py
tests/test_tsfm/test_quantile_grid_tail.py
tests/test_tsfm/test_replication.py
tests/test_tsfm/test_timesfm.py
tests/test_tsfm/test_within_family.py