In: Math
Regression analysis consists of two major tasks: (i) estimation of population parameters and (ii) hypothesis testing (e.g., t-test, F-test) or the application of inferential statistics to the estimated parameters. We learned OLS (ordinary least square) principle as the major estimation tool (thereby fulfilling the first task). There is a critically important assumption that we have to make in order to perform the second task (that is, to conduct hypothesis testing with respect to estimated parameters). Identify and discuss it. (10 points)
We derive tests about the coefficients of the normal linear regression model. In this model the vector of errors is assumed to have a multivariate normal distribution conditional on with mean equal to and covariance matrix equal to where is the identity matrix and is a positive constant.
It can be proved (see the lecture about the normal linear regression model) that the assumption of conditional normality implies that:
the OLS estimator beta b^ is conditionally multivariate normal with mean beta b and covariance matrix
the adjusted sample variance of the residuals is an unbiased estimator of (sigma)2; furthermore, it has a Gamma distribution with parameters N-K and (sigma)2
b^ is conditionally independent of (sigma)2^
These are the requirements for parameters testing