| rmvnorm0 {ADtools} | R Documentation |
Simulate multivariate normal random variates
rmvnorm0(n, mean, sigma)
n |
Positive integer; the number of samples. |
mean |
mean vector of the normal distribution. |
sigma |
covariance matrix of the normal distribution. |
A numeric matrix, where every column is a sample.