object MATest4 extends App
The MATest4
object is used to test the MA
class.
Forecasting traffic flow.
> runMain scalation.analytics.forecaster.MATest4
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MATest4
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val ar: AR
- val ar_f: VectoD
- val data: MatrixD
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
- val ma: MA
- val ma_f: VectoD
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- val path: String
- val steps: Int
- val t: VectorD
- val y: VectorD
- val yp: VectoD
- val yp2: 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