Description Usage Arguments Value See Also Examples
The function provide a random number generator for the Matrix normal distribution vec(X) ~ N(vec(M), kron(sigmaT, sigmaS))
.
1 |
n |
number of observations. |
mean |
mean matrix, default is |
sigmaS |
covariance matrix between rows. |
sigmaT |
covariance matrix between columns. |
method |
string specifying the matrix decomposition used todetermine the matrix root of |
returns a p*q*n array if n > 1. returns a p*q matrix if n = 1.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.