object MA_1Test extends App
The MA_1Test
object is used to test the MA_1
class.
y_t = c + θ e_{t-1} + e_t
> runMain scalation.analytics.forecaster.MA_1Test
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MA_1Test
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val ar: AR
- var e: Double
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
- val m: Int
- val ma: MA_1
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- val noise: Normal
- 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