What it shows
Each driver carries a skill proxy built from like-for-like lap pairs:- Skill proxy: the driver’s pace minus the synthetic teammate’s world-coordinate-adjusted pace, averaged over non-divergent laps. Negative means the driver is faster than their synthetic benchmark.
- Quality weight: confidence in each comparison lap. A higher weight means the lap pair is in similar conditions (tyre age, position, fuel load); low-weight laps are down-weighted in the average.
- Strategic divergence: laps where the driver and teammate are on different stint strategies are excluded, so non-pace factors don’t contaminate the comparison.
A minimum of 3 non-divergent races is required, and the comparison is aggregated to season level.
How to use it
- Select a season from the filter bar; the comparison reloads.
- Read the skill proxy sign negative means the driver beat their synthetic benchmark.
- Weight your confidence by the quality weight a small proxy on low-weight laps is weaker evidence than the same proxy on well-matched laps.
- Export the data to compare teammates head-to-head on the condition-corrected scale.
Reading the signal correctly
The benchmark is a synthetic teammate constructed from condition-matched laps, not a literal head-to-head average it is designed to strip out the strategy and position noise that makes raw teammate gaps misleading. A near-zero proxy means two drivers are genuinely matched once conditions are equalised.Data source
The chart queriesint_synthetic_teammate via DuckDB-Wasm in the browser, aggregated to season level.
The data window covers 2018–2024.
For the full model definition, see the
int_synthetic_teammate reference.