object ARTest5 extends App
The ARTest5
object is used to test the AR
class on simulated data with normally
distributed errors and the response exhibits a quadratic trend.
Note: should have p <= n / 10 for reliable QoF results from ScalaTion (FIX).
> runMain scalation.analytics.forecaster.ARTest5
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ARTest5
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val ar: AR
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
- val m: Int
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- val noise: Normal
- val sig2: Double
- val steps: Int
- val t: VectorD
- val y: VectorD
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