Give the OLS closed-form and its variance.
mediumAnswer
- β̂ = X'y.
- .
- Estimate with .
- SEs come from diagonal of .
- When X'X is ill-conditioned (multicollinearity), variances blow up.
- Solutions: ridge regression, principal components regression, or dropping correlated features.
- This formula is the reason multicollinearity is so damaging: it inflates the variance of β̂.
Check yourself — multiple choice
- Random
- β̂ = X'y; → ill-conditioned X'X blows up SEs (multicollinearity)
- Only for logistic
- Not closed-form
OLS: β̂=X'y; ; multicollinearity blows up variance.
#regression#theory
Practise Statistics Fundamentals
215 interview questions in this topic.