Test On Individual Regression Coefficient (Assuming We know our Model Is Significant)
We test the hypothesis that
We know that our is distributed according to a normal distribution with mean since it is a BLUE Estimator and that it has variance .
By this logic we know that all the elements in the vector have to be normally distributed as well. So like in Simple Linear Regression we can simply use z-tests and t-tests to find our answer.
Except we lack the variance for a specific or do we? We need to observe that the variance of is which is really just the covariance matrix of all . To find the variance for a specific we simply index this matrix at the diagonal such that the variance of is which is .
From there we can easily compute our statistic, keep in mind that in the image below we're checking for significance of the slope so we are assuming is . If the test was say then we'd subtract 1 from .
As usual we do not have in pretty much all the cases, so we use instead which is computed by as follows where is the number of parameters. Look at The Method Of Least Squares in Multiple Linear Regression for the specific formulas.
Obviously, the distribution it follows will have number of parameters.