Skip to main content
Part of the Physics family.
For the conceptual foundation, read Int Dirty Air Tax Component.
One row per lap. Cost of driving in dirty air (turbulent wake) following another car. Uses prior-lap dirty-air intensity to establish causality: current lap slowdown → prior lap’s position. Avoids reverse causality. Seconds lost = θ_air × dirty_air_intensity_lag1, capped [0, 5.0] seconds. θ_air IS FITTED FROM THE DATA, not configured: it is the OLS slope of partial residual on the lagged dirty-air bit over the full two-arm calibration panel (treated and untreated laps). Before 08q (2026-09-21) the panel was filtered to dirty_air_share_lag1 > 0, which left the binary regressor constant and unidentified, so θ_air silently fell through a COALESCE to the literal 0.5 s/lap on every build and dirty_air_tax_s was 0.5 on every dirty-air lap and 0.0 otherwise. Measured on the v12 substrate the fitted value is +0.1310 s/lap [95% CI +0.1144, +0.1476] over 123,993 laps — the shipped 0.5 was 3.8x too high. The COALESCE literal is now that measured estimate and serves only as a degenerate-panel guard. A global pooled θ is used deliberately; per-season θ runs +0.418 (2018) to -0.011 (2024) and is not distinguishable from zero on 2021 and 2024, which is an open ruling for any fan-facing surface that reports per-driver seconds (see work/08-foundations-repair.md section 08q).

Lineage

Overview

11 tests guard this model - 10 generic, 1 singular.

Columns