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