Packages

object ExampleEcon3 extends App

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

Linear Supertypes
App, DelayedInit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExampleEcon3
  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 fname: Seq[String]
  8. val k: Int
  9. val lag1: Double
  10. final def main(args: Array[String]): Unit
    Definition Classes
    App
  11. val maxLags: Int
  12. val opt: Double
  13. val rescaled: Boolean
  14. var rg: PredictorMat with ForecasterMat
  15. val t: VectorD
  16. def test(modName: String, mod: PredictorMat with ForecasterMat, 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

    h

    the forecasting horizon

    detail

    whether to produce a detailed summary

  17. val tf: Array[Boolean]
  18. val x: MatrixD
  19. var xy: MatrixD
  20. val xyr: MatrixD
  21. val xyt: MatrixD
  22. val y: VectorD
  23. 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