Packages

object ExampleEcon2 extends App

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

Linear Supertypes
App, DelayedInit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExampleEcon2
  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 h: Int
  8. final def main(args: Array[String]): Unit
    Definition Classes
    App
  9. val q: Int
  10. val rescaled: Boolean
  11. val t: VectorD
  12. val tech: Set[String]
  13. def test(modName: String, p: Int, mod: ForecasterVec, kt: Int = h, h: Int): Unit

    Test the model.

    Test the model.

    modName

    the name of the model to test

    p

    the order of the model (number of values to use in forecasts)

    mod

    the model to test

    kt

    the retraining frequency

    h

    the forecasting horizon

  14. val x: MatrixD
  15. val xy: MatrixD
  16. val xyr: MatrixD
  17. val y: VectorD

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