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.

It compares RidgeRegression with Regression

See also

http://statmaster.sdu.dk/courses/st111/module03/index.html > runMain scalation.analytics.RidgeRegressionTest

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 _1z: VectorD
  2. val executionStart: Long
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  3. def main(args: Array[String]): Unit
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
  4. val mu_x: VectoD
  5. val mu_y: Double
  6. val ox: MatrixD
  7. val rg: Regression
  8. val rrg: RidgeRegression
  9. val x: MatrixD
  10. val x_c: MatrixD
  11. val y: VectorD
  12. val y_c: VectorD
  13. val z: VectorD
  14. 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