A lightweight introduction to A/B testing in industry using Python. View the in-progress handbook here
Part 1: Introduction to A/B Testing
- Introduction to A/B Testing
- Randomised Controlled Experiments
- Experiment Duration
Part II: Frequentist A/B Testing
- Introduction to the T-Test
- Frequentist Experiment Design
- Power Analyses
- Interpreting Experiment Results
Part III: Common Pitfalls
- Guardrail Metrics
- Multiple Comparisons Problem
- P-Hacking 101
- Overlapping tests
- Spillover Effects
Part IV: Bayesian A/B Testing
- Introduction to the beta distribution
- Bayesian Analysis
- Power Analyses for Bayesians
- The Bayesian T-Test?
Part V: Advanced Topics
- T-Test for Everything
- Potential Outcomes Model
- Multi-armed Bandits
- Variance Reduction
- Heterogenous Treatment Effects
- Delta Method
- Switchback Experiments
- Surrogate Indices
- Adaptive Capping
- Off Policy Learning
Other Cool Topics
- Peaking in Bayesian A/B testing
- Quantile Testing (w/ Poisson Bootstrap?)
- Experiment Duration as a function of Discount Rate
- Causal Inference for the Brave and True
- Causal Inference the Mixtape
- Trustworthy Online Controlled Experiments