Packages

o

scalation.analytics

RidgeRegressionTest

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.

Test regression and backward elimination.

See also

http://statmaster.sdu.dk/courses/st111/module03/index.html

Linear Supertypes
App, DelayedInit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RidgeRegressionTest
  2. App
  3. DelayedInit
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val executionStart: Long
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  2. def main(args: Array[String]): Unit
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
  3. val mu_x: VectoD
  4. val mu_y: Double
  5. val mu_z: Double
  6. val rrg: RidgeRegression[MatrixD, VectorD]
  7. val x: MatrixD
  8. val x_c: MatrixD
  9. val y: VectorD
  10. val y_c: VectorD
  11. val yp: Double
  12. val z: VectorD
  13. val z_c: VectorD

Deprecated Value Members

  1. def delayedInit(body: ⇒ Unit): Unit
    Definition Classes
    App → DelayedInit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) the delayedInit mechanism will disappear