Notes:Hypothesis testing
From Maths
- Warning:This page is for my notes on work I haven't done for 5 years, don't rely on it - this is mainly for my own benefit, but if it helps someone else, that's fine by me.
Contents
[hide]Introduction
A test has two "hypotheses":
- H0 - the null hypothesis - for now we assign no meaning to it
- H1 - the alternative hypothesis - a distinct claim from the null
Test outcomes and events
There are 2 outcomes:
- Reject H1[Note 1] or "stay with H0"
- Accept H1 or "discard H0"
Despite the recommendation of avoiding terminology like "accept/reject H0" it is often used just for symmetry of treatment - remember though that symmetry isn't there!
There are 4 events:
- Correctly reject H1 / accept H0
- Wrongly reject H1 / accept H0 - this is sometimes called a type-II error or a type-B error - we denote the probability of such error as ϵb
- Correctly accept H1 / reject H0
- Wrongly accept H1 / reject H0 - this is sometimes called a type-I error or a type-A error - we denote the probability of such an error as ϵa
Notes
- Jump up ↑ Some would say this is the same as accepting H0, there are many (including me) that voice opposition to this, and would claim you do not accept H0, but stay with H0, as you have already accepted H0 in some way for it to be the null hypothesis.