Packages

o

scalation.analytics

TranRegressionTest2

object TranRegressionTest2 extends App

The TranRegressionTest2 object tests TranRegression class using the following regression equation.

sqrt (y) = b dot x = b_0 + b_1*x_1 + b_2*x_2.

> runMain scalation.analytics.TranRegressionTest2

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

Value Members

  1. val b: VectoD
  2. val e: VectoD
  3. val e2: VectoD
  4. val executionStart: Long
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  5. def main(args: Array[String]): Unit
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
  6. val rSq: Double
  7. val rSq2: Double
  8. val sse: Double
  9. val sse2: Double
  10. val sst: Double
  11. val sst2: Double
  12. val trg: TranRegression
  13. val x: MatriD
  14. val xtx: MatriD
  15. val xtyy: VectoD
  16. val xy: MatrixD
  17. val y: VectoD
  18. val yp: VectoD
  19. val yy: VectoD
  20. val yyp: VectoD

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