Significance Calculator

Significance Calculator — calculate significance for tech projects. Formula, specs, and practical notes.

A/B test statistics formula

Conversion rate: p = conversions / visitors

Pooled proportion: p_pool = (conv_A + conv_B) / (visitors_A + visitors_B)

Z-statistic: z = (p_B − p_A) / √[p_pool × (1−p_pool) × (1/n_A + 1/n_B)]

Minimum detectable effect (MDE): MDE = z_α × √(2 × p × (1−p) / n) — the smallest uplift your test can reliably detect.