
A
I
StreamCart is planning an A/B test on a new signup page. Before launch, the product team wants to know the smallest conversion lift the experiment can reliably detect with the traffic available over a 3-week test window.
Determine the minimum detectable effect (MDE) for a two-sample test of proportions, assuming a two-sided hypothesis test, 5% significance level, and 80% power. Then convert that MDE into the minimum detectable number of additional signups.
| Metric | Value |
|---|---|
| Baseline signup conversion rate | 8.4% |
| Expected eligible visitors during test | 240,000 |
| Traffic split | 50% control / 50% treatment |
| Significance level | 0.05 |
| Desired power | 0.80 |
| Test type | Two-sided |
This means each variant will receive 120,000 visitors if the test runs as planned.
{"power":0.8,"z_beta":0.84,"total_visitors":240000,"z_alpha_over_2":1.96,"control_visitors":120000,"significance_level":0.05,"treatment_visitors":120000,"traffic_split_control":0.5,"traffic_split_treatment":0.5,"baseline_conversion_rate":0.084}Output(none)