13.5 Hypothesis testing in OLS
author strongly dislikes it, since choice of rejection value is arbitrary and sharp
- Pick a theoretical distribution
- Estimate β1 using OLS in observed data: ^β1
- Use that theoretical distribution to see how unlikely it would be to get ^β1
- If it’s super unlikely, that initial value is probably wrong
Alternative: hpyothesis testing
- Pick null hypothesis (typically β1=0)
- Pick rejection value α
- Check probability against rejection value
- Possibly reject null: we think it’s unlikely that the value is 0.
Type I error rate (“false positive rate”): rejection of something that’s true
Type II error rate (“false negative rate”): not rejecting something that’s false
p-value: double percentile (2-sided test)
t-statistic: ^β1se(^β1) to use with standard normal distribution