Type I and Type II Errors

Summary

Every hypothesis test can make two kinds of errors. A Type I error rejects a true null hypothesis; its probability is α . A Type II error fails to reject a false null hypothesis; its probability is β . Power, defined as 1β , is the probability of correctly rejecting a false null.[1]

Prerequisites

Definition / Notation

H0 true H0 false
Reject H0 Type I error ( α ) Correct decision (power, 1β )
Fail to reject H0 Correct decision ( 1α ) Type II error ( β )
Symbol Meaning
α Significance level; probability of Type I error
β Probability of Type II error
1β Power of the test

Parameters / Assumptions

Essential Result

For a fixed sample size, α and β are inversely related: lowering α raises β , and vice versa. Increasing n reduces both error probabilities for a fixed alternative. Power increases with larger effect size, larger α , smaller variability, and larger sample size.[2]

Worked Example

Test H0:μ=100 against Ha:μ=105 with known σ=10 , n=25 , and α=0.05 for an upper-tailed test. Under H0 the rejection region is

x¯>100+1.6451025=103.29.

If μ=105 , then X¯N(105,4) . Thus

β=P(X¯103.29)=P(Z103.291052)P(Z0.86)0.195.

The power is 1β0.805 .

Common Mistakes

Connections

References


  1. OpenStax, Introductory Statistics, "Type I and Type II Errors", https://openstax.org/details/books/introductory-statistics ↩︎

  2. MIT OCW, Introduction to Probability and Statistics, "Power of Tests", https://ocw.mit.edu/courses/mathematics/ ↩︎