object MM_StatVectorTest2 extends App
The MM_StatVectorTest2
object provides an example of how to use the MM_StatVector
class to implement the Method of Independent Replications (MIR) following
a simple two-stage procedure.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MM_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