What it shows
The chart overlays a smoothed reference, the raw mean, and a caution flag:- Smoothed curve: a LOWESS-smoothed field pace that suppresses outliers from safety cars, pit entries, and stint boundaries. This is the primary answer to “what did the field actually run this lap?”
- Raw trimmed mean: the 20th–80th percentile lap time across all eligible cars per lap. The ribbon between the two series shows where smoothing diverges from the raw data a wide ribbon means a noisy lap (few cars, spread strategy).
- Low-sample laps: laps with fewer than 4 eligible cars (pit windows, early laps) are flagged and should be read with caution.
The fuel-corrected rate of change of this curve feeds the
base_track_pace_s input to the seven-term decomposition so this is not just a chart, it is an upstream model input.How to use it
- Select a race from the filter bar; the curve loads.
- Read the smoothed curve as the field reference for that race.
- Watch the ribbon width where the smoothed and raw series diverge, the lap is noisy and the average is less reliable.
- Discount flagged low-sample laps pit windows and opening laps have too few cars to average well.
Reading the signal correctly
The curve is a trimmed central tendency, not the leader’s pace or the fastest lap it deliberately discards the top and bottom 20% to resist outliers. Its shape combines several physical effects (fuel, tyres, track), so a downward slope is fuel burn and rubbering, not the field simply getting faster.Data source
The chart queriesint_field_pace_curve via DuckDB-Wasm in the browser, for a single race.
This is a single-race view across 2018–2024 data.
For the full model definition, see the
int_field_pace_curve reference.