Skip to content

Errors in Hypothesis Tests

Type I & Type II Errors

Reality\Conclusion Reject Not reject
True Type I No error
False No error Type II
  • Type I = False positive
    • Innocent but judged guilty
  • Type II = False negative
    • Guilty but judged innocent

Probability of Type I Error

  • If significance level α\alpha is known, P(Type I error)=αP(Type\ I\ error) = \alpha
  • If unknown, P(Type I error)=P(Type\ I\ error)= probability of being in the critical region given H0H_0 is true

Probability of Type II Error

  • P(Type II error)=P(P(Type\ II\ error) = P(not in the critical region, given the actual population parameter is true))

Reduce Probability of Type II Error

  • n\uparrow n
  • α\uparrow \alpha
  • σ\downarrow \sigma of the hypothesis test
  • Actual population parameter is farther from the null population parameter

Relationship Between Possibilities of Type I & II Errors

  • α    P(Type I),P(Type II)\uparrow \alpha \implies \uparrow P(Type\ I), \downarrow P(Type\ II)
  • α    P(Type I),P(Type II)\downarrow \alpha \implies \downarrow P(Type\ I), \uparrow P(Type\ II)
  • n    P(Type I),P(Type II)\uparrow n \implies \downarrow P(Type\ I), \downarrow P(Type\ II)

Power of A Test

The probability that it will correctly reject a false null hypothesis

Power=1P(Type II error)Power = 1 - P(Type\ II\ error)