| MatNorm_test | R Documentation | 
MatNorm_test
MatNorm_test(X_, M_, chol_U_, chol_V_, isPrec)
MatNorm_sparse_test(X_, M_, U_, V_, isPrec)
| X_ | numeric matrix (k x N) | 
| M_ | numeric matrix (k x N) | 
| chol_U_ | k x k lower triangular matrix of lower triangle of chol(U) | 
| chol_V_ | N x N lower triangular matrix of lower triangle of chol(V) | 
| isPrec | TRUE if U and V are precision matrices. FALSE is U and V are covariance matrices | 
| U_ | k x k dgCMatrix (full, not Cholesky) | 
| V_ | N x N dgCMatrix (full, not Cholesky) | 
log pdf of matrix normal distribution
log pdf of matrix normal distribution
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.