This question evaluates proficiency in A/B/n experimentation, hypothesis testing for binomial proportions, multiple-comparison correction methods, confidence interval estimation for conversion uplift, and experiment-related decision-making in the Analytics & Experimentation domain at an applied/intermediate statistical-analysis level.
You ran an A/B/n experiment with 1 control and 2 treatment variants. The primary metric is conversion rate (each user either converts or not within the experiment window). Users are independently assigned to groups.
You are given the following aggregated results:
| group | users (n) | conversions (x) |
|---|---|---|
| control | 50,000 | 5,000 |
| variant_a | 50,000 | 5,250 |
| variant_b | 50,000 | 5,400 |
Assumptions:
Tasks:
(You may use statsmodels/scipy or implement the formulas directly.)