Description Usage Arguments Value Examples
Samples the matrix normal distribution.
1 | rmatrixnormal(n, M, U, V, checkSymmetry = TRUE, keep = TRUE)
|
n |
sample size, a positive integer |
M |
mean matrix, without constraints |
U |
columns covariance matrix, a positive semidefinite matrix of order equal
to |
V |
rows covariance matrix, a positive semidefinite matrix of order equal
to |
checkSymmetry |
logical, whether to check the symmetry of |
keep |
logical, whether to return an array with class keep |
A numeric three-dimensional array; simulations are stacked along the third dimension (see example).
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.