Econometric Theory/t-Test
From Wikibooks, the open-content textbooks collection
A t-test involves the computation of a t-statistic, which is then compared to the critical values of a t-distribution for a given significance level.
A t-test is essentially the Z-statistic of a variable divided by the square root of an independent chi-square distribution divided by its own degrees-of-freedom. The resulting value is the t-statistic with the same degrees-of-freedom as the chi-squared distribution.
![t = \frac{Z}{\sqrt{V/m}} \sim t[m]](http://upload.wikimedia.org/math/e/7/5/e75c9c739fb8a5d0cce1ca8f3ff9ea5f.png)
Therefore, the t-statistic of β1 would be:
- Numerator:

- Denominator:
We know (as an implication of the last assumption of the CLRM) that ![\frac{(N-2)\hat{\sigma^2}}{\sigma^2} \sim \chi^2 [N-2]](http://upload.wikimedia.org/math/7/8/9/789c356f62376a716134fda9c3f94fbb.png)
Therefore, ![\frac{\hat{\sigma^2}}{\sigma^2} \sim \frac{\chi^2 [N-2]}{[N-2]} \Rightarrow \sqrt{\frac{\chi^2 [N-2}{[N-2]}} \sim \frac{\hat{\sigma}}{\sigma}](http://upload.wikimedia.org/math/6/4/0/6405f69b419fa0d2226fa4a8ead71f21.png)
Therefore, putting it all together we get,
![t(\hat{\beta_1}) = \frac{Z(\hat{\beta_1})}{\hat{\sigma}/\sigma} = \frac{(\hat{\beta_1 - \beta_1})(\sum X_i^2)^{1/2}/\sigma}{\sigma^2 / \sigma}
= \frac{\hat{\beta_1} - \beta_1}{\hat{\sigma} / (\sum X_i^2)^{1/2}}
= \frac{\hat{\beta_1} - \beta_1}{\hat{se}(\hat{\beta_1})}
\sim t[N-2]](http://upload.wikimedia.org/math/1/f/e/1fee1a87088900c96f6f40b4e262cfc2.png)

