object TranRegressionTest5 extends App
The TranRegressionTest5
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.TranRegressionTest5
- Alphabetic
- By Inheritance
- TranRegressionTest5
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- val bounds: (Double, Double)
- val e: VectoD
- val e2: VectoD
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
- val extrem: PairD
- def f(u: Double): Double
- def fi(t: Double): Double
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- val rg: Regression
- val rnk: VectoI
- val ry: VectoD
- val ryp: VectoD
- val ryp2: VectoD
- val t: VectorD
- val trg: TranRegression
- val yp: VectoD
- val yp2: VectoD
- val yp2_: VectoD
- val yp_: VectoD
- val ys: MatrixD
- val yy: 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