Skip to main content
When a car wins, how much was the car and how much was the driver? Constructor structural pace isolates the machinery: a fixed-effects panel regression estimates each team’s car contribution to lap time after controlling for driver skill, tyre state, fuel, and ambient conditions. Negative means the car is faster than the field average.

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.
The season view averages across all rounds; the per-race view shows a single-round estimate.
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

  1. Select a season or race from the filter bar; the structural pace loads.
  2. Rank the field on car pace with the driver removed.
  3. Read the CI before separating two close teams overlapping intervals are a tie.
  4. 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.
Panel fixed-effects need clean teammate-pair observations to separate car from driver. New teams, mid-season driver swaps, or rain-shortened rounds produce wide intervals; don’t over-read a point estimate without its CI.

Data source

The chart queries int_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.