CLASSICAL LINEAR REGRESSION MODEL
INTRODUCTION
The classical linear regression model is a statistical model that describes a data generation
process.
SPECIFICATION
The specification of the classical linear regression model is defined by the following set of
assumptions.
Assumptions
1. The functional form is linear in parameters.
Yt = 1Xt1 + 2Xt2 + … + kXtk + t
2. The error term has mean zero.
E(t) = 0 for t = 1, 2, …, T
3. The error term has constant variance.
Var(t) = E(t2) = 2 for t = 1, 2, …, T
4. The errors are uncorrelated.
Cov(t,s) = E(t • s) = 0 for all t s
5. The error term has a normal distribution.
t ~ N for t = 1, 2, …, T
6. The error term is uncorrelated with each explanatory variable.
Cov(t,Xti) = E(t • Xti) = 0 for t = 1, 2, …, T and i = 1, 2, …, K
7. The explanatory variables are nonrandom variables.
Classical Linear Regression Model Concisely Stated
The sample of T multivariate observations (Yt, Xt1, Xt2, …, Xtk) are generated by a process
described as follows.
Yt = 1Xt1 + 2Xt2 + … + kXtk + t
t ~ N(0, 2) for t = 1, 2, …, T
or alternatively,
Yt ~ N( 1Xt1 + 2Xt2 + … + kXtk , 2) for t = 1, 2, …, T
Classical Linear Regression Model in Matrix Format