Companion

object Companion

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun createRV(means: DoubleArray, stdDevs: DoubleArray, correlation: Array<DoubleArray>, stream: RNStreamIfc = KSLRandom.nextRNStream()): MVNormalRV
Link copied to clipboard
fun createStandardMVN(correlation: Array<DoubleArray>, stream: RNStreamIfc = KSLRandom.nextRNStream()): MVNormalRV

Creates a standard MVN with means 0.0 and variances 1.0, with the supplied correlation matrix.

Link copied to clipboard
Link copied to clipboard