Packages

o

scalation.analytics.forecaster

Regression4TSyTest2

object Regression4TSyTest2 extends App

The Regression4TSyTest2 object is used to test the Regression4TSy class. The order 'p' hyper-parameter should be re-assigned (try 1, 2, 3, ...). > runMain scalation.analytics.forecaster.Regression4TSyTest2

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

Value Members

  1. val ar: AR
  2. val ar_f: VectoD
  3. final val executionStart: Long
    Definition Classes
    App
  4. val hp2: HyperParameter
  5. final def main(args: Array[String]): Unit
    Definition Classes
    App
  6. val mxl: Double
  7. val n: Int
  8. val nn: Regression4TSy
  9. val noise: Normal
  10. val p: Int
  11. val steps: Int
  12. val t: VectorD
  13. val tf: VectorD
  14. val y: VectorD
  15. val yp: 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