I've seen that by standardizing variables with subtracting their means, the VIF drops significantly below threshold of 5. But originally they were >10. What's the mathematical proves that standardization eliminate structural multi-collinearity problem?
Asked
Active
Viewed 212 times
1

kjetil b halvorsen
- 63,378
- 26
- 142
- 467

Hing Wong
- 47
- 4
-
1https://stats.stackexchange.com/questions/16710/does-standardising-independent-variables-reduce-collinearity – mlofton Jun 27 '20 at 03:08
-
Standardizing is a type of transformation and other types of transformations also help in reducing/eliminating Multi-collinearity. For example, taking first order differences may help in some situation, although it will create another problem- Autocorrelation or we may do ratio transformation- Dividing the equation by some correlated explanatory variable. This will also reduce multicollinearity but will now cause hetroscedasticity. – napoleon Jun 27 '20 at 04:37
-
I guess the model itself is changed from retraining. There might be a correlation between residuals and variables. And this might introduce a non-proportional reduction in residual to the variables. – hbadger19042 Jun 27 '20 at 04:40
1 Answers
1
I'm relatively new here, so I can't put this as a comment. The answer to the question that mlofton linked is great, and I believe it is line with this paper:
Iacobucci, D., Schneider, M. J., Popovich, D. L., & Bakamitsos, G. A. (2016). Mean centering helps alleviate “micro” but not “macro” multicollinearity. Behavior research methods, 48(4), 1308-1317.
Basically, standardizing variable doesn't help the model as a whole, but it can reduce VIF.

sjp
- 345
- 1
- 7