object PolyRegressionTest extends App
The PolyRegressionTest
object tests PolyRegression
class using the following
regression equation.
y = b dot x = b_0 + b_1*t + b_2*t^2 + ... b_k*t_k
Note, the 'order' at which R-Squared drops is QR(7), Cholesky(14), SVD(6), Inverse(13). > runMain scalation.analytics.PolyRegressionTest
- Alphabetic
- By Inheritance
- PolyRegressionTest
- 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 noise: Normal
- val order: Int
- val prg: PolyRegression
- val t: VectorD
- val technique: RegTechnique.Value
- val y: VectorD
- val yp: VectorD
- val yp2: Double
- val z: Double
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