rmvnorm {kDGLM} | R Documentation |
Obtains a sample from a multivariate normal distribution.
rmvnorm(n, mu, Sigma, norm.x = matrnorm(k, n, seed = round(runif(1) * 1e+15)))
n |
integer: The sample size. |
mu |
numeric: The mean vector |
Sigma |
matrix: The Covariance matrix. |