Description Usage Arguments Value See Also Examples
Calling qinmatr()
on a vector of dimension r(r+1)/2x1
converts the vector into a symmetric matrix of dimension rxr
. This
function is used to handle the MCMC sampling output from multivariate finite
mixture models. To save storage the symmetric variance-covariance matrices
of multivariate mixtures are stored vector form. If the covariance matrices
are needed for calculations this function helps to restore these matrices
from the storage vectors.
1 |
q |
A vector of dimension |
A symmetric matrix of dimension rxr
.
qinmatrmult()
qincol()
qincolmult()
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.