object DiffTest extends App
The DiffTest
is used to test the 'diff' and 'diffinv' differencing functions
in the forecaster
package object using 'square (k)'.
> runMain scalation.analytics.forecaster.DiffTest
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DiffTest
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- val y: VectorD
- val y1: VectorD
- val y2: VectorD
- val y3: VectorD
- val z: VectorD
- val z1: VectorD
- val z2: VectorD
- val z3: VectorD
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