scalation.analytics.par
The RegressionTest2 object tests Regression class using the following regression equation.
RegressionTest2
Regression
y = b dot x = b_0 + 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
RegressionTest2
object testsRegression
class using the following regression equation.y = b dot x = b_0 + b_1*x1 + b_2*x_2.
Test regression using QR Decomposition and Gaussian Elimination for computing the pseudo-inverse.