object StatVectorTest2 extends App
The StatVectorTest2
object provides an example of how to use the StatVector
class to implement the Method of Independent Replications (MIR) following
a simple two-stage procedure.
> runMain scalation.stat.StatVectorTest2
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StatVectorTest2
- 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 n: Int
- val n1: Int
- var rep: VectorD
- val rng: Random
- val rp: Double
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