Packages

o

scalation.analytics

TranRegressionTest6

object TranRegressionTest6 extends App

The TranRegressionTest6 object tests TranRegression class using the following regression equation on the beer foam dataset.

See also

https://www.tf.uni-kiel.de/matwis/amat/iss/kap_2/articles/beer_article.pdf exp (y) = b dot x = b_0 + b_1*x_1. > runMain scalation.analytics.TranRegressionTest6

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

Value Members

  1. val _1: VectorD
  2. val erg: ExpRegression
  3. val executionStart: Long
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  4. def main(args: Array[String]): Unit
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
  5. val rg: SimpleRegression
  6. val trg: TranRegression
  7. val x: MatrixD
  8. val x1: VectorD
  9. val y: VectorD
  10. val yp: VectoD
  11. val yp2: VectoD
  12. val yp3: 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