Expand description
Conformal predictor for frame-time risk (bd-3e1t.3.2).
This module provides a distribution-free upper bound on frame time using Mondrian (bucketed) conformal prediction. It is intentionally lightweight and explainable: each prediction returns the bucket key, quantile, and fallback level used to produce the bound.
See docs/spec/state-machines.md section 3.13 for the governing spec.
Structs§
- Bucket
Key - Bucket identifier for conformal calibration.
- Conformal
Config - Configuration for conformal frame-time prediction.
- Conformal
Prediction - Prediction output with full explainability.
- Conformal
Predictor - Conformal predictor with bucketed calibration.
- Conformal
Update - Update metadata after observing a frame.
Enums§
- Diff
Bucket - Diff strategy bucket for conformal calibration.
- Mode
Bucket - Mode bucket for conformal calibration.