Why does peeking at an A/B test and stopping early inflate false positives?
- A Repeated testing raises the chance of crossing the threshold by chance alone
- B The data becomes corrupted
- C The sample becomes biased
- D Variance increases over time
Answer
Repeated testing raises the chance of crossing the threshold by chance alone
Sample size should be determined in advance, or sequential testing methods used that correct for repeated looks.





