scalation.analytics.par
The RidgeRegressionTest2 object tests RidgeRegression class using the following regression equation.
RidgeRegressionTest2
RidgeRegression
y = b dot x = b_1*x1 + b_2*x_2.
Test regression using QR Decomposition and Gaussian Elimination for computing the pseudo-inverse.
(Since version 2.11.0) The delayedInit mechanism will disappear.
The
RidgeRegressionTest2
object testsRidgeRegression
class using the following regression equation.y = b dot x = b_1*x1 + b_2*x_2.
Test regression using QR Decomposition and Gaussian Elimination for computing the pseudo-inverse.