Description Usage Arguments Value See Also Examples
Calling qincol()
on a symmetric matrix with dimension rxr
converts
this matrix a vector of length r(r+1)/2
. 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 the functions qinmatr()
and qinmatrmult()
helps to restore
these matrices from the storage vectors.
1 | qincol(m)
|
m |
A symmetric matrix or dimension |
A vector of length r(r+1)/2
.
qinmatr()
for converting a single vector into a symmetric matrix
qinmatrmult()
for converting multiple vectors into symmetric matrices
qincolmult()
for converting multiple symmetric matrice into vectors
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.