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
- Alphabetic
- By Inheritance
- TranRegressionTest6
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- val _1: VectorD
- val erg: ExpRegression
-
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 rg: SimpleRegression
- val trg: TranRegression
- val x: MatrixD
- val x1: VectorD
- val y: VectorD
- val yp: VectoD
- val yp2: VectoD
- val yp3: VectoD
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