CentralMVNDistribution

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

Parameters

covariances

the variance-covariance matrix, must not be null, must be square and positive definite

stream

the stream for the sampler