Overview
A forum post discusses the paper "Fairness Testing for Algorithmic Pricing" by Fei Huang and Giles Hooker (arXiv:2605.11614, stat.AP), arguing—invoking Feynman's Challenger investigation—that the standard statistical method used to audit algorithmic pricing for discrimination is fundamentally invalid.
Background: How Auto Insurance Audits Work
US insurers use machine learning models over dozens of variables (age, driving record, credit score, vehicle type) to produce personalized premiums. Regulators audit for discrimination via a standard procedure:
1. Collect premium quotes across demographic groups 2. Run regression on premiums, controlling for legitimate risk factors 3. Test whether coefficients on protected attributes (e.g., race) are significantly nonzero
The hidden assumption: residuals are random sampling error. The paper's key insight is that for deterministic pricing algorithms, residuals are instead function approximation error — systematic artifacts of the algorithm's functional form, not independent noise. Using OLS standard errors here is, the author writes, like measuring weight with a ruler.
The Corrected Method
The authors derive the correct asymptotic variance estimator: when the pricing algorithm is deterministic, the residual covariance matrix is not diagonal (as OLS assumes) but structured according to the smoothness of the algorithm's function, estimable via kernel regression.
Empirical Results: 34 Illinois Auto Insurers
| Test | Standard OLS method | Corrected variance method | |---|---|---| | Conditional demographic parity | Some firms appeared compliant | All 34 firms failed | | Proxy discrimination | Zero firms flagged | All 34 firms flagged, 16 above materiality threshold |
At equal risk levels, quotes in minority ZIP code areas exceeded those in white ZIP code areas by $34–158 per year.
Why It Matters
- The entire algorithmic auditing field may rest on flawed statistical foundations.
- Regulators (FTC, CFPB, EEOC) increasingly require non-discrimination proof; audits using defective methods yield unreliable results.
- The framework applies to any deterministic algorithmic system subject to regression audits: credit approval, hiring screens, college admissions, loan evaluation.
- Paper: Fairness Testing for Algorithmic Pricing
- Authors: Fei Huang, Giles Hooker
- arXiv: 2605.11614
- Data: quotes from 34 Illinois auto insurers
> "It's not the algorithms deceiving — it's the audits self-deceiving."