Description Usage Arguments Value
Generates vectors iid. from the multivariate normal distribution.
1  | 
n | 
 number of realizations (positive integer-valued numeric)  | 
mu | 
 mean (μ) (numeric)  | 
Sigma | 
 positive definite covariance matrix (Σ)  | 
reps | 
 number of random matrix realizations to return (positive integer-valued numeric)  | 
seed | 
 seed for pseudo-random number generator (numeric)  | 
Returns a rep length list of matrices of n
stacked vectors, each an iid. realization of N(μ,Σ).
If reps=1, then a single matrix returned not in a list. Otherwise,
reps matrices are returned in a list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.