Hypothesis testing
Someone hands you a value for the parameter. Assume it is true, then see where your estimator landed relative to it. If that position is freakishly unlikely, the claim is wrong.
The three steps
1. State the hypotheses.
- : the default. Always an equality, .
- : what you conclude if you reject. , , or .
2. Compute the test statistic. The standardization from confidence intervals, with plugged in for the unknown :
3. Get the -value and compare to . Reject when .
| -value | |
|---|---|
The -value is a CDF evaluation on whichever distribution supplies in confidence intervals. Same table.
Two routes to the same answer
- -value: reject when .
- Confidence interval: reject when falls outside the interval.
Equivalent.
What you write
Reject: “At the level we reject ; there is evidence that .”
Fail to reject: “At the level we fail to reject ; there is not enough evidence that .”
Never “accept .” Failing to reject is not evidence for .
Strength of evidence
| Interpretation | |
|---|---|
| No evidence against | |
| to | Weak |
| to | Moderate |
| to | Strong |
| Very strong |