What it shows
The chart overlays a survival curve, a model reference line, and a validation scatter:- Survival curve
S(t): the Kaplan-Meier probability a stint of this compound is still pre-cliff at lapt. At each lap where at least one cliff is observed,S(t) = S(t-1) × (1 − events / at-risk). - Censoring: a stint where the driver pitted before the cliff is censored it reduces the at-risk pool without contributing an event, because it only tells us the cliff had not happened yet, not that it never would.
- Model onset line: the median cliff lap from the fitted survival model stored in
dim_compounds_season. - Degradation overlay (right axis): cumulative expected degradation in seconds at the point each stint ended. Red dots mark a cliff observed before the pit; grey squares mark a pit before the cliff.
Rain laps and anomaly-flagged laps are excluded from both the survival curve and the scatter. The provenance footer shows the original fit date and the number of cross-season stints used.
How to use it
- Select a compound and circuit from the filter bar; the curve and onset line reload for that combination.
- Read the 0.5 crossing the lap where survival drops to 50% is the median expected cliff lap.
- Compare the curve against the model line to judge calibration: a curve crossing 0.5 far from the model line signals a compound the model is mis-pricing here.
- Inspect the scatter a cluster of red dots earlier than the curve suggests drivers were pushed past the cliff; grey squares clustered early mean conservative, undercut-driven stops.
Reading the signal correctly
Survival is conditional on reaching each lap, so the right-hand tail thins out as stints are pitted or end wide steps late in the curve come from a small at-risk pool, not a real cliff in probability.Data source
The chart queriesfct_cliff_prediction_features (the per-lap stint history) and dim_compounds_season (the fitted onset coefficients) via DuckDB-Wasm in the browser.
The data window covers 2018–2024.
For the full model definitions, see the
fct_cliff_prediction_features reference and the dim_compounds_season reference.