powered by
Generates random samples from a multivariate normal distribution with a specified covariance structure.
rmvn(n, sigma)
Matrix of dimension n × ncol(sigma) containing random samples from the multivariate normal distribution.
n × ncol(sigma)
Integer. Number of samples to generate.
Matrix. Covariance matrix that defines the distribution.