How does Bayesian A/B testing work?
mediumAnswer
- Model: , ~ Beta prior; observe successes / failures → Beta posteriors.
- Metric: via Monte Carlo (sample from both posteriors, count fraction).
- Also useful: posterior of the lift or of the relative uplift.
- Advantages: interpretable ('72% chance B is better') and safe under peeking (no p-hacking inflation, decisions optimal under a loss function).
- Standard in growth teams alongside frequentist.
Check yourself — multiple choice
- Same as p-value
- Beta-Bernoulli conjugate posteriors → via Monte Carlo; peek-safe; direct interpretation as probability of winning
- Not real
- Only frequentist
Bayesian A/B: Beta ; peek-safe.
#bayesian#ab-testing
Practise Statistics Fundamentals
215 interview questions in this topic.