Mental model
Type I & Type II Errors
Two ways decisions can be wrong: false alarms (seeing something that isn't there) and missed signals (missing what's actually there).
Discover
A medical test comes back positive for a serious disease. The doctor says there's a 30% chance this result is wrong. What type of error are they worried about?
Pick the error type
See how statisticians name these two fundamental mistakes—and why one might be scarier than the other.
Understand
Understand
Type I and Type II errors are the two ways a decision can be wrong. A Type I error is a false alarm—claiming something is real when it isn't, like a fire detector blaring during burnt toast. A Type II error is a missed signal—failing to notice something real, like that same detector staying silent during an actual fire. Try this: Next time you hear alarming news, ask whether it might be a false alarm rather than a real threat.
Full explanation
Full explanation
Think of these errors as the two quadrants of being wrong. In a Type I error (false positive), you reject truth when you should have accepted it—convicting an innocent person, chasing a stock market rally that never materializes, or diagnosing a healthy patient with disease. In a Type II error (false negative), you accept falsehood when you should have rejected it—acquitting a guilty person, missing a market crash, or failing to diagnose a sick patient. The crucial insight: you can't minimize both errors simultaneously. Lowering your threshold for catching problems reduces Type II errors but increases Type I errors, and vice versa.
The doctor's dilemma illustrates this tradeoff vividly. A sensitive test catches more true cases (fewer Type II errors) but produces more false alarms (more Type I errors). An insensitive test rarely gives false positives but misses more real cases. In medicine, this isn't abstract—it determines whether healthy people undergo unnecessary treatment or sick people miss life-saving interventions. The same calculus appears in airport security (catching terrorists vs. delaying innocent travelers), spam filters (blocking junk vs. deleting real emails), and quality control (rejecting good products vs. shipping defective ones).
What makes these errors particularly tricky is that their consequences are rarely symmetrical. A Type I error in criminal justice (wrongful conviction) destroys an innocent life. A Type II error (wrongful acquittal) leaves a dangerous person free. Society chooses which error to tolerate based on values: "innocent until proven guilty" biases against Type I errors, accepting more Type II errors to protect the innocent. In product testing, companies might accept more Type I errors (scrapping good parts) to avoid Type II errors (shipping dangerous defects). The key is recognizing which error you're optimizing for—because you can't escape both.
Research
Research
Statisticians Jerzy Neyman and Egon Pearson formalized these error types in their 1933 framework, distinguishing between errors of the first kind (rejecting a true null hypothesis) and errors of the second kind (failing to reject a false null hypothesis) [1]. The framework treats the two errors as distinct categories with different probabilities (α and β), allowing researchers to set significance thresholds based on context.
- Neyman and Pearson (1933): Established that hypothesis testing requires prior consideration of both error types, with significance levels chosen based on their relative costs in context [1].
- Inacio et al. (2015): Demonstrated that diagnostic test design requires trading off sensitivity (minimizing false negatives) against specificity (minimizing false positives), with optimal thresholds depending on clinical context and prevalence [2].
Limitations
Limitations
The Neyman-Pearson framework assumes clear, fixed hypotheses and stable error rates. In real-world settings, these assumptions often break down. Multiple testing, adaptive analyses, and "researcher degrees of freedom" can dramatically inflate Type I error rates beyond nominal thresholds. The framework also treats Type I and Type II errors as cleanly separable, but in complex systems with feedback loops (e.g., algorithmic decision-making), errors compound and interact in ways the binary classification doesn't capture. Some statisticians argue that the entire null hypothesis significance testing framework encourages binary thinking in a world of continuous uncertainty.
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] On the Problem of the Most Efficient Tests of Statistical HypothesesJerzy Neyman, Egon Pearson - 1933
- [2] The trade-off between sensitivity and specificity in diagnostic testingL. Inacio et al. - 2015
Try it
Check your understanding
A spam filter is too aggressive and keeps marking important emails from your boss as spam. Which error type is this?
Show the guide's explanation
Answer: Type I Error (false positive)
The filter is claiming spam (positive) when the email is actually legitimate (negative in reality). This is a false positive—alarms for threats that don't exist. The same mechanism causes false positive medical tests and wrongful convictions: the system declares 'found it' when there's nothing to find.
Which scenario best demonstrates a Type II error?
Show the guide's explanation
Answer: A cancer test misses an actual tumor
This is a Type II error—failing to detect something real. The test says 'no cancer' (negative) when cancer is present (positive in reality). The crucial distinction: Type I is alarms without threats, Type II is threats without alarms. In medicine, Type II errors delay treatment; in security, they let threats through.
Why can't we eliminate both Type I and Type II errors simultaneously?
Show the guide's explanation
Answer: Lowering one error raises the other—they trade off
This is the core insight: errors sit on opposite ends of a seesaw. Make your test ultra-sensitive to catch every real case (few Type II errors) and you'll catch many false ones (more Type I errors). Make it conservative to avoid false alarms and you'll miss real signals. Every decision threshold involves choosing which error to tolerate.
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.