Heteroscedasticity — what breaks and how do you fix it?
mediumAnswer
- depends on X.
- OLS β̂ stays unbiased and consistent, but SEs and t-tests are wrong → invalid inference.
- Fixes: (1) Robust ('sandwich', HC0-HC3) SEs — most common fix in econometrics.
- (2) Weighted Least Squares with weights ∝ .
- (3) Cluster-robust SEs for panel / clustered data.
- (4) Transform the response (log for right-skewed outcomes).
- (5) Model the variance directly (GAMLSS, HGLM).
- Detect with Breusch-Pagan / White tests or residual-vs-fitted plots.
Check yourself — multiple choice
- Breaks β̂
- β̂ still unbiased/consistent, but SEs invalid → use robust SEs (HC0-3) / WLS / cluster-robust / log transform; detect via Breusch-Pagan or White
- Same as multicollinearity
- Not fixable
Heteroscedasticity: β̂ OK, SEs wrong → robust (sandwich) SEs / WLS.
#regression#assumptions
Practise Statistics Fundamentals
215 interview questions in this topic.
Related questions
- What are the Gauss-Markov assumptions for OLS?
- 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?