MVNormalRV

constructor(means: DoubleArray, covariances: Array<DoubleArray>, stream: RNStreamIfc = KSLRandom.nextRNStream())

Parameters

means

the desired mean of the random variable, must not be null

covariances

the covariance of the random variable

stream

the stream for sampling