Calculate required sample size & timeline for multivariate tests (MVT) with up to 10 variations.
Adjust inputs and click calculate.
| MDE (relative) | Sample per variation | Total sample | Est. days | Completion |
|---|---|---|---|---|
| ā | ā | ā | ā | ā |
Multivariate tests compare multiple variations simultaneously, increasing the number of comparisons. To maintain statistical power and control the false discovery rate, each variation requires a similar sample size as a single A/B test, but multiplied by the number of variations. Additionally, corrections (e.g., Bonferroni) adjust significance thresholds, further increasing required sample sizes. Less traffic per variation means longer duration.
n = ( (Z_α/2 + Z_β)² * (p0*(1-p0) + p1*(1-p1)) ) / (p1-p0)², with Bonferroni correction for multiple variations (α' = α / (variations-1)). p1 = baseline * (1 + MDE/100).