0 notes

Gauss-Markov Theorem

Under the following assumptions, the ordinary least squares (OLS) estimators are the best linear unbiased estimators conditional on X for time series data.

  1. The stochastic process {(Xt1, Xt2, … , Xtk, Yt): t = 1, 2, … , n} follows the linear model y = beta0 + beta1Xt1 + … + betakXtk + ut where {u: t = 1, 2, … , n} is the sequence of errors of disturbances.
  2. In the sample (and therefore in the underlying time series process), no independent variable is constant nor a perfect linear combination of the others.
  3. For each t, the expected value of the error ut, given the explanatory variables for all time periods, is zero. Mathematically, E(ut|X) = 0, t = 1, 2, … , n
  4. Conditional on x, the variance of ut is the same for all t: Var(ut|x) = Var(ut) = omicron-squared, t = 1, 2, … , n.
  5. Conditional on X, the errors in two different time periods are uncorrelated: Corr(ut, us| X) = 0 for all t is not equal to s.
1 note