Creates a random Multivariate Normal when given number of obs, mean, and sigma.
rmvnorm(n, mu, S)
An integer
, which gives the number of observations. (> 0)
A vector
length m that represents the means of the normals.
A matrix
with dimensions m x m that provides Sigma,
the covariance matrix.
A matrix
that is a Multivariate Normal distribution.