Packages

object ExampleEcon4 extends App

The ExampleEcon4 object tests various prediction and forecasting techniques on daily economic/finance time-series data. > runMain scalation.analytics.forecaster.ExampleEcon4

Linear Supertypes
App, DelayedInit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExampleEcon4
  2. App
  3. DelayedInit
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val FEATURE1: Int
  2. val FEATURE2: Int
  3. val MISSING: Int
  4. val RESPONSE: Int
  5. val _1: VectorD
  6. final val executionStart: Long
    Definition Classes
    App
  7. val hh: Int
  8. val lag1: Double
  9. final def main(args: Array[String]): Unit
    Definition Classes
    App
  10. val maxLags: Int
  11. val rescaled: Boolean
  12. var rg: PredictorMat with ForecasterMat
  13. var stats: Array[Statistic]
  14. val t: VectorD
  15. val tech: Set[String]
  16. def test(modName: String, mod: PredictorMat with ForecasterMat, kt: Int = 5, h: Int = 1, detail: Boolean = false): 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

    detail

    whether to produce a detailed summary

  17. val x: MatrixD
  18. var xy: MatrixD
  19. val xyr: MatrixD
  20. val y: VectorD
  21. var yf: VectoD

Deprecated Value Members

  1. def delayedInit(body: => Unit): Unit
    Definition Classes
    App → DelayedInit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) the delayedInit mechanism will disappear