EasyDeepLearn

What are the Gauss-Markov assumptions for OLS?

medium

Answer

  • (1) Linearity: E[Y    X]  =  XβE[Y\; \mid \;X]\; = \;X{\beta}.
  • (2) Strict exogeneity: E[ε    X]  =  0E[{\varepsilon}\; \mid \;X]\; = \;0 (no omitted variable bias).
  • (3) Homoscedasticity: Var(ε    X)  =  σ2\operatorname{Var}({\varepsilon}\; \mid \;X)\; = \;{\sigma}^{2}.
  • (4) No autocorrelation: Cov(εi,  εj)  =  0\operatorname{Cov}({\varepsilon}_{i}, \;{\varepsilon}_{j})\; = \;0 for i ≠ j.
  • (5) No perfect multicollinearity.
  • Under (1)-(5), OLS is BLUE (Best Linear Unbiased Estimator).
  • Normality of ε is NOT required for BLUE, only for exact-sample t / F inference — CLT-robust for large n.
Check yourself — multiple choice
  • Only normality
  • Linearity + exogeneity + homoscedasticity + no autocorr + no perfect collinearity → OLS is BLUE; normality only needed for exact-sample inference
  • Requires large n
  • Not real

Gauss-Markov: linearity + exogeneity + homoscedasticity + no autocorr + no collinearity → BLUE.

#regression#assumptions

Practise Statistics Fundamentals

215 interview questions in this topic.

Related questions