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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val FEATURE1: Int
  5. val FEATURE2: Int
  6. val MISSING: Int
  7. val RESPONSE: Int
  8. val _1: VectorD
  9. final def args: Array[String]
    Attributes
    protected
    Definition Classes
    App
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. final val executionStart: Long
    Definition Classes
    App
  15. val fname: Seq[String]
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val k: Int
  20. val lag1: Double
  21. final def main(args: Array[String]): Unit
    Definition Classes
    App
  22. val maxLags: Int
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. val opt: Double
  27. val rescaled: Boolean
  28. var rg: PredictorMat with ForecasterMat
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. val t: VectorD
  31. 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

  32. val tf: Array[Boolean]
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. val x: MatrixD
  38. var xy: MatrixD
  39. val xyr: MatrixD
  40. val xyt: MatrixD
  41. val y: VectorD
  42. 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

  2. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from App

Inherited from DelayedInit

Inherited from AnyRef

Inherited from Any

Ungrouped