Description Usage Arguments Examples
View source: R/distributions.R
A function generating a random matrix with multivariate normal distribution
1 | gen_normal(n, m, param)
|
n |
The number rows |
m |
The number of columns |
mu |
The mean vector |
sd |
The optional optional covariance matrix |
1 | gen_normal(10, 2, param=list(mu=rep(-10,2)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.