Packages

o

scalation.analytics

TrigRegressionTest

object TrigRegressionTest extends App

The TrigRegressionTest object tests TrigRegression class using the following regression equation.

y = b dot x = b_0 + b_1 sin wt + b_2 cos wt + ... b_2k-1 sin kwt + b_2k cos kwt + e

The data is generated from a noisy cubic function. > runMain scalation.analytics.TrigRegressionTest

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

Value Members

  1. final val executionStart: Long
    Definition Classes
    App
  2. final def main(args: Array[String]): Unit
    Definition Classes
    App
  3. val noise: Normal
  4. val t: VectorD
  5. val y: VectorD

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