CentralMVTDistribution

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

Parameters

dof

the degrees of freedom, must be greater than zero

covariances

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

stream

the stream for the sampler