What are the Gauss-Markov assumptions for OLS?
mediumAnswer
- (1) Linearity: .
- (2) Strict exogeneity: (no omitted variable bias).
- (3) Homoscedasticity: .
- (4) No autocorrelation: 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
- Heteroscedasticity — what breaks and how do you fix it?
- How do you detect and handle multicollinearity?
- What do you look for in residual plots?
- In practice, how do you handle correlated features in regression?
- Durbin-Watson test — what does it test?
- Your model reports R^2 = 0.92. What can go wrong with celebrating that?