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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Regression4TSyTest2
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val ar: AR
- val ar_f: VectoD
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
- val hp2: HyperParameter
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- val mxl: Double
- val n: Int
- val nn: Regression4TSy
- val noise: Normal
- val p: Int
- val steps: Int
- val t: VectorD
- val tf: VectorD
- val y: VectorD
- val yp: VectoD
Deprecated Value Members
-
def
delayedInit(body: ⇒ Unit): Unit
- Definition Classes
- App → DelayedInit
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) the delayedInit mechanism will disappear