MRANDOMN
Name
MRANDOMN
Purpose
Function to draw NRAND random deviates from a multivariate normal
distribution with zero mean and covariance matrix COVAR.
AUTHOR : Brandon C. Kelly, Steward Obs., Sept. 2004
Inputs
SEED - The random number generator seed, the default is IDL's
default in RANDOMN()
COVAR - The covariance matrix of the multivariate normal
distribution.
Optional Inputs
NRAND - The number of randomn deviates to draw. The default is
one.
Output
The random deviates, an [NRAND, NP] array where NP is the
dimension of the covariance matrix, i.e., the number of
parameters.
Routines Called
POSITIVE, DIAG