object ExampleEcon2_SARIMA extends App
The ExampleEcon2_SARIMA
object tests various prediction and forecasting techniques
on daily economic/finance time-series data.
> runMain scalation.analytics.forecaster.ExampleEcon2_SARIMA
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExampleEcon2_SARIMA
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val FEATURE1: Int
- val FEATURE2: Int
- val MISSING: Int
- val RESPONSE: Int
- val _1: VectorD
- val d: Int
- final val executionStart: Long
- Definition Classes
- App
- val h: Int
- final def main(args: Array[String]): Unit
- Definition Classes
- App
- val q: Int
- val rescaled: Boolean
- val t: VectorD
- val tech: Set[String]
- def test(modName: String, mod: SARIMA, kt: Int = h, h: Int): Unit
Test the model.
Test the model.
- modName
the name of the model to test
- mod
the model to test
- kt
the retraining frequency
- h
the forecasting horizon
- val x: MatrixD
- val xy: MatrixD
- val xyr: MatrixD
- 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