object StatVectorTest6 extends App
The StatVectorTest6
object is used to test the StatVector
class by
computing point and interval statistics on a data vector/sample.
- See also
Data Science Using ScalaTion, Chapter 2, Example Problems > runMain scalation.stat.StatVectorTest6
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StatVectorTest6
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
- val ihw: Double
- val interval: (Double, Double)
- val m: Int
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- val mu: Double
- val mu_: Double
- val rvg: Normal
- val sample: VectorD
- val sig: Double
- val sig_: Double
- val t: 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