What techniques reduce variance in A/B tests?
hard- (1) CUPED: covariate adjustment using a pre-experiment baseline metric — 30-70% variance reduction on retention metrics.
- (2) Stratification: guarantee balanced enrollment by strata (region, device).
- (3) Doubly-robust estimators.
- (4) Ratio metrics with delta-method variance.
- (5) Winsorize extreme values to reduce heavy-tail variance.
- All target the same goal: smaller CIs at the same n → detect smaller effects.
- CUPED is Microsoft / Meta / Netflix standard.