Packages

o

scalation.analytics.fda

Smoothing_FTest

object Smoothing_FTest extends App

The Smoothing_FTest is used to test the Smoothing_F class. > runMain scalation.analytics.fda.Smoothing_FTest

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

Value Members

  1. val L: Double
  2. final val executionStart: Long
    Definition Classes
    App
  3. val gap: Int
  4. val k: Int
  5. val lambda: Int
  6. val mMax: Int
  7. val mMin: Int
  8. final def main(args: Array[String]): Unit
    Definition Classes
    App
  9. val method: SmoothingMethod.Value
  10. val normal1: Normal
  11. val normal2: Normal
  12. val normal3: Normal
  13. val radialType: calculus.RadialType.Value
  14. val t: VectorD
  15. val tt: VectorD
  16. val w: Double
  17. val y: VectorD
  18. val z: 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