What it shows
Each constructor carries a car-only pace estimate:- Structural pace: the team’s car contribution to lap time from the panel model. Negative = faster than the field average for that race; positive = slower.
- Confidence interval: estimation uncertainty teams with few clean teammate-pair observations have wider intervals.
- Race vs qualifying: race pace (
int_constructor_structural_pace) and qualifying pace (int_constructor_structural_pace_qualifying) are estimated separately, because race tyre-management strategies decorrelate from single-lap qualifying performance.
Because driver skill is controlled for in the panel, two teams with very different driver line-ups are still comparable on car pace alone.
How to use it
- Select a season or race from the filter bar; the structural pace loads.
- Rank the field on car pace with the driver removed.
- Read the CI before separating two close teams overlapping intervals are a tie.
- Toggle race versus qualifying to see which cars are single-lap quick versus race-strong (see also party mode).
Reading the signal correctly
Structural pace is the car’s contribution relative to the field, estimated jointly with driver effects it is not a top-speed or downforce figure. A team with an unbalanced driver pairing or few clean teammate laps yields a wider, less certain estimate.Data source
The chart queriesint_constructor_structural_pace (race) and int_constructor_structural_pace_qualifying (qualifying) via DuckDB-Wasm in the browser.
The data window covers 2018–2024.
For the full model definitions, see the
int_constructor_structural_pace reference and the int_constructor_structural_pace_qualifying reference.