object RidgeRegressionTest extends App
The RidgeRegressionTest
object tests RidgeRegression
class using the following
regression equation.
y = b dot x = b_1*x_1 + b_2*x_2.
It compares RidgeRegression
with Regression
- See also
http://statmaster.sdu.dk/courses/st111/module03/index.html > runMain scalation.analytics.RidgeRegressionTest
- Alphabetic
- By Inheritance
- RidgeRegressionTest
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- val _1z: VectorD
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- val mu_x: VectoD
- val mu_y: Double
- val ox: MatrixD
- val rg: Regression
- val rrg: RidgeRegression
- val x: MatrixD
- val x_c: MatrixD
- val y: VectorD
- val y_c: VectorD
- val z: VectorD
- val z_c: VectorD
Deprecated Value Members
-
def
delayedInit(body: ⇒ Unit): Unit
- Definition Classes
- App → DelayedInit
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) the delayedInit mechanism will disappear