Packages

object ExampleEcon extends App

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

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

Value Members

  1. val FEATURE1: Int
  2. val FEATURE2: Int
  3. val MISSING: Int
  4. val RESPONSE: Int
  5. val _1: VectorD
  6. val executionStart: Long
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  7. val hp3: HyperParameter
  8. val lag1: Double
  9. val lag2: Int
  10. def main(args: Array[String]): Unit
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
  11. val maxLags: Int
  12. val nn2: NeuralNet_3L1_4TS
  13. val nz2: Int
  14. val rescaled: Boolean
  15. var rg: PredictorMat with ForecasterMat
  16. var stats: Array[Statistic]
  17. val t: VectorD
  18. 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

  19. val x: MatrixD
  20. var xy: MatrixD
  21. val xyr: 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