Neural Sync Active
Multicollinearity
Registry Synced
Multicollinearity
79 words
1 min read
Reading compass
Now · Detection
Multicollinearity
Detection
VIF (Variance Inflation Factor): VIFj=1−Rj21 where Rj2 is from regressing xj on all other predictors.
- VIF >5: Moderate multicollinearity
- VIF >10: Severe multicollinearity (needs attention) Condition number: κ=λmax/λmin. κ>30 indicates serious multicollinearity.
Remedies
| Method | Description |
|---|---|
| Remove variables | Drop one of the correlated predictors |
| PCA | Replace correlated predictors with principal components |
| Ridge regression | Add λ∑βj2 penalty |
| Partial least squares | Find latent components that predict both X and y |