Type I and Type II Errors

Understand Type I and Type II errors, their probabilities, and the concept of power.

🎯⭐ INTERACTIVE LESSON

Try the Interactive Version!

Learn step-by-step with practice exercises built right in.

Start Interactive Lesson →

Type I and Type II Errors

The Two Types of Errors

| | H0H_0 True | H0H_0 False | |---|---|---| | Reject H0H_0 | Type I Error ❌ | Correct decision ✅ | | Fail to reject H0H_0 | Correct decision ✅ | Type II Error ❌ |

Type I Error (False Positive)

Rejecting H0H_0 when it is actually true.

P(Type I Error)=αP(\text{Type I Error}) = \alpha

Example: Concluding a drug works when it actually doesn't.

Type II Error (False Negative)

Failing to reject H0H_0 when it is actually false.

P(Type II Error)=βP(\text{Type II Error}) = \beta

Example: Concluding a drug doesn't work when it actually does.

Consequences in Context

Always describe errors in context on the AP exam:

  • Type I: "We would conclude that [Ha in context] when in reality [H0 in context]."
  • Type II: "We would fail to find evidence that [Ha in context] when in reality [Ha is true]."

The Relationship Between α\alpha and β\beta

  • Decreasing α\alpha → increases β\beta (fewer Type I errors, more Type II errors)
  • Increasing α\alpha → decreases β\beta (more Type I errors, fewer Type II errors)
  • There's always a trade-off!

Power

Power = probability of correctly rejecting H0H_0 when it is false

Power=1β=P(Reject H0H0 is false)\text{Power} = 1 - \beta = P(\text{Reject } H_0 | H_0 \text{ is false})

Higher power = better test (more likely to detect a real effect)

Factors That Affect Power

| Factor | Effect on Power | |--------|----------------| | Increase α\alpha | ↑ Power (but more Type I errors) | | Increase nn | ↑ Power (more data = better detection) | | Increase true effect size | ↑ Power (larger difference easier to detect) | | Decrease σ\sigma | ↑ Power (less noise = clearer signal) |

Choosing α\alpha

Consider the consequences:

  • If Type I error is very costly → use smaller α\alpha (e.g., 0.01)
  • If Type II error is very costly → use larger α\alpha (e.g., 0.10)
  • Medical testing: Missing a disease (Type II) is often worse → larger α\alpha
  • Criminal justice: Convicting an innocent person (Type I) is worse → smaller α\alpha

AP Tip: You will be asked to describe Type I and Type II errors in context. Don't just say "rejecting a true null hypothesis" — explain what that means for the specific problem.

📚 Practice Problems

No example problems available yet.