A complete A/B testing toolkit implementing real statistical methods from scratch. Includes sample size calculation, frequentist tests, sequential testing, Bayesian analysis, and CUPED variance reduct
Browse the actual product documentation and code examples included in this toolkit.
Key features of A/B Testing Statistical Framework
• Sample Size Calculator — Power analysis for proportions and continuous metrics • Frequentist Tests — Z-test for proportions, Welch's t-test, chi-square goodness-of-fit • Sequential Testing — O'Brien-Fleming spending function for early stopping • Bayesian A/B — Beta-Binomial model with posterior probability of winning • CUPED Variance Reduction — Pre-experiment covariate adjustment to reduce required sample size • Results Reporter — Generate structured experiment summaries with confidence intervals
Sample Size Calculator — Power analysis for proportions and continuous metrics
Frequentist Tests — Z-test for proportions, Welch's t-test, chi-square goodness-of-fit
Sequential Testing — O'Brien-Fleming spending function for early stopping
Bayesian A/B — Beta-Binomial model with posterior probability of winning
CUPED Variance Reduction — Pre-experiment covariate adjustment to reduce required sample size
Results Reporter — Generate structured experiment summaries with confidence intervals
Configure A/B Testing Statistical Framework parameters to see how the product works.
pip install -r requirements.txt python -m src.abtest.main