I am trying to perform a multi linear regression model:
$$y_i = β_0 + β_1x_{i1} + β_2x_{i2} +... + β_px_{ip} + ε_i$$
where $$x_{i1}, x_{i2}, ..., x_{ip}$$ are highly correlated with each other (VIFs can be as low as 5 and high as 30).
I am just wondering if there exists a procedure with the following properties:
1) extracts the pure part of each independent variable, where pure is defined as a part of the variable which is uncorrelated with other variables.
2) the pure part and the original variable should be similar to each other, whether similar is defined as moments such as mean and variance and correlation coefficient (ideally >0.90)