object TranRegressionTest8 extends App
The TranRegressionTest8
object compares Regression
vs. QuadRegression
vs. TranRegression.
using the following regression equations.
y = b dot x = b_0 + b_1*x y = b dot x' = b_0 + b_1*x + b_2*x2 y = b dot x' = b_0 + b_1*x + b_2*x2 + b_3*x^3
> runMain scalation.analytics.TranRegressionTest8
- Alphabetic
- By Inheritance
- TranRegressionTest8
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
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 mat: MatrixD
- val oxy: MatrixD
- val qrg: QuadRegression
- val rg: Regression
- val t: VectorD
- val trg: TranRegression
- val xy: MatrixD
- 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