Mental model
Sequential Testing
A flexible approach to decision-making that lets you analyze evidence as it arrives and stop early when the answer becomes clear.
Discover
A software company runs an A/B test on a new feature. After collecting just 10% of the planned data, early results show a massive improvement. Should they stop the test early and launch the feature?
What's the statistically sound move?
Understanding sequential methods will show you how to peek ethically.
Understand
Understand
Sequential testing is like checking your cooking periodically instead of waiting for the timer—you can taste as you go and stop early when the dish is clearly done or clearly burnt. Most traditional statistics require committing to a fixed sample size upfront, but sequential methods let you analyze data as it arrives and stop when you have enough evidence to make a decision. This approach saves resources and time when effects are large, while still protecting against false conclusions when effects are small or uncertain. Check this: The next time you're making a decision with rolling data, ask whether you're peeking with proper safeguards.
Full explanation
Full explanation
How Sequential Testing Works
Traditional hypothesis testing commits to a sample size before seeing any data. Sequential testing instead treats data collection as an ongoing process where you evaluate evidence at predetermined checkpoints. At each checkpoint, you typically make one of three decisions: stop for efficacy, stop for futility, or continue collecting more data. The key is that the statistical thresholds adjust at each checkpoint to account for the fact that you're looking at the data multiple times—otherwise you'd see patterns that are just noise.
The Stopping Rules That Protect You
Stopping rules are pre-specified boundaries that tell you when to stop. They come in pairs: an upper boundary for stopping because you've found a real effect, and a lower boundary for stopping because the evidence suggests futility or that a meaningful effect is unlikely. Between these boundaries continues data collection. The mathematics ensures your overall error rate stays controlled despite multiple looks. This is like setting guardrails on a mountain road—you can drive forward and check your position, but the barriers keep you from going off course.
Real-World Applications
Clinical trials use sequential testing constantly. If a new drug shows dramatic benefit early, the trial stops to offer patients the treatment. If it shows harm or clear futility, it stops to avoid wasting resources and risking lives. Tech companies use sequential experiments for product launches, stopping early when features clearly succeed or fail. Manufacturing quality control uses sequential sampling plans to inspect batches of parts, stopping when quality is clearly acceptable or clearly unacceptable. Financial trading uses sequential monitoring of investment strategies, pulling the plug when evidence mounts that a strategy isn't working.
Practical Implications
Sequential testing requires planning: you must define your checkpoints and boundaries before collecting data. You can't just "keep looking until you see something"—that guarantees false discoveries. But with proper sequential design, you gain efficiency: on average, sequential methods require fewer samples to reach the same conclusions as fixed-sample tests. The tradeoff is additional complexity in design and analysis. For most practical decisions where data arrives over time, this complexity pays for itself in saved time and resources.
Research
Research
Sequential analysis was pioneered by Abraham Wald during World War II for quality control in munitions manufacturing, providing a rigorous framework for making decisions with accumulating data. The field has since matured to handle complex sequential designs, group sequential methods, and adaptive trials while maintaining statistical validity.
Key Research Findings:
- Wald (1947): Developed the Sequential Probability Ratio Test (SPRT), which provides optimal stopping rules for simple hypothesis testing and minimizes the expected sample size under both hypotheses [1].
- Jennison and Turnbull (2000): Group sequential methods allow analysis at discrete intervals rather than continuously, making sequential designs practical for clinical trials with periodic analyses [2].
- Stefan et al. (2022): Sequential Bayes factor methods can compare evidence efficiently and compare evidence between hypotheses and, together with prior odds, update posterior probabilities [5].
The fundamental insight is that sequential methods can achieve the same statistical power with substantially smaller sample sizes on average, particularly when the true effect size differs substantially from the boundary assumptions.
Limitations
Limitations
Sequential testing requires careful pre-specification of stopping boundaries. Post-hoc decisions to continue or stop based on "interesting" patterns invalidate statistical guarantees. The methods assume data quality remains consistent over time—drift in measurement practices or population characteristics can produce misleading results. Computing correct boundaries for complex designs (multi-arm trials, composite endpoints) requires specialized software or statistical expertise. Some regulatory contexts still favor traditional fixed-sample designs due to familiarity and conservative defaults.
Try it
Synthesize
Choose a pattern from the guide, then pick an action to try with it.
Which pattern stands out?
What will you try?
Choose a pattern above to select an action.
Sources
Sources
- [1] Sequential AnalysisAbraham Wald - 1947
- [2] Group Sequential Methods with Applications to Clinical TrialsChristopher Jennison and Bruce W. Turnbull - 2000
- [3] The role of group sequential designs in randomized clinical trialsTodd et al. - 2022
- [4] Sequential Clinical TrialsJohn Whitehead - 1997
- [5] Efficiency in sequential testing: Comparing the sequential probability ratio test and the sequential Bayes factor testAngelika M. Stefan, Felix D. Schönbrodt, and Eric-Jan Wagenmakers - 2022
Try it
Check your understanding
A marketing team tests two email subject lines. After 500 recipients, open rates are 15% vs. 18%. They plan to sample 5,000 total. Which approach best preserves statistical validity while allowing early stopping?
Show the guide's explanation
Answer: Pre-specify analysis checkpoints and adjusted thresholds before starting
The key insight from sequential testing is that you CAN look early—but you must plan for it. Pre-specifying checkpoints and using adjusted statistical thresholds (like O'Brien-Fleming or Pocock boundaries) maintains your error rate while allowing early stopping for clear results. Unplanned peeking inflates false positive rates, while rigid fixed sampling wastes resources when effects are large.
Why does repeatedly checking your data and stopping when you see a 'significant' result lead to false discoveries?
Show the guide's explanation
Answer: Random fluctuations eventually look like patterns given enough looks
This is the multiple comparisons problem in action. With enough opportunities (looks at the data), random noise will eventually produce an impressive-looking pattern purely by chance. Sequential methods solve this by making the statistical threshold more stringent at each look, so your overall error rate stays controlled regardless of how many times you check.
A clinical trial uses a sequential design with stopping boundaries. After the third interim analysis, the test statistic crosses the lower boundary. What does this mean?
Show the guide's explanation
Answer: Stop for futility - the trial is unlikely to show benefit even with more data
Sequential designs have two boundaries: an upper boundary (evidence for effectiveness) and a lower boundary (evidence for futility/no effect). Crossing the lower boundary indicates futility—the trial is unlikely to show benefit even with more data. This is stronger than merely 'insufficient evidence'; it's a formal decision that continuing is unlikely to change the conclusion. Stopping for futility saves resources and avoids exposing participants to ineffective treatments. This is a key advantage of sequential methods over fixed-sample designs.
Keep exploring
Find another idea for the decision in front of you.
The complete Reframo library is free to read. Explore another guide whenever you are ready.