LICENSE
README.md
pyproject.toml
bc_cpit.egg-info/PKG-INFO
bc_cpit.egg-info/SOURCES.txt
bc_cpit.egg-info/dependency_links.txt
bc_cpit.egg-info/requires.txt
bc_cpit.egg-info/top_level.txt
cpit/__init__.py
cpit/calibrator.py
cpit/data_splitter.py
cpit/inference.py
cpit/pipeline.py
cpit/pit.py
cpit/weighted_samples.py
cpit/baselines/__init__.py
cpit/baselines/quantile_baselines.py
cpit/baselines/score_baselines.py
cpit/bc/__init__.py
cpit/bc/apply.py
cpit/bc/fit.py
cpit/bc/params.py
cpit/evaluation/__init__.py
cpit/evaluation/local_diagnostics.py
cpit/evaluation/metrics.py
cpit/evaluation/pit_histogram.py
tests/test_bias_corrector.py
tests/test_data_splitter.py
tests/test_draft6_spec_matrix.py
tests/test_evaluation.py
tests/test_golden_design1.py
tests/test_inference_api.py
tests/test_inference_extra.py
tests/test_metrics_extra.py
tests/test_pipeline.py
tests/test_pit_calibrator.py
tests/test_pit_extra.py
tests/test_pit_histogram.py
tests/test_predictive_cdf.py
tests/test_quantile_baselines.py
tests/test_score_baselines.py
tests/test_score_baselines_extra.py