object StatVectorTest7 extends App
The StatVectorTest7
object is used to test the StatVector
class by
computing point and interval statistics on a data vector/sample.
It tests the success rates of confidence intervals based on the z- and t-distributions.
- See also
Data Science Using ScalaTion, Chapter 2, Example Problems > runMain scalation.stat.StatVectorTest7
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StatVectorTest7
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- var count: Int
- var count2: Int
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
- val iter: Int
- 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 rvg: Normal
- 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