scalation.analytics
The RidgeRegressionTest3 object tests the multi-colinearity method in the RidgeRegression class using the following regression equation.
RidgeRegressionTest3
RidgeRegression
y = b dot x = b_1*x_1 + b_2*x_2 + b_3*x_3 + b_4 * x_4
online.stat.psu.edu/online/development/stat501/data/bloodpress.txt
online.stat.psu.edu/online/development/stat501/12multicollinearity/05multico_vif.html
(Since version 2.11.0) The delayedInit mechanism will disappear.
The
RidgeRegressionTest3
object tests the multi-colinearity method in theRidgeRegression
class using the following regression equation.y = b dot x = b_1*x_1 + b_2*x_2 + b_3*x_3 + b_4 * x_4
online.stat.psu.edu/online/development/stat501/data/bloodpress.txt
online.stat.psu.edu/online/development/stat501/12multicollinearity/05multico_vif.html