getQforComp: getQforComp

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/Rutils.R

Description

gets the rank associated with a properly aligned factor matrix.

Usage

1
getQforComp(loadings, tau = 1, verbose = FALSE, quick = FALSE)

Arguments

loadings

aligned factor matrix.

tau

diagonal noise used for KL computations.

verbose

if TRUE maximal info is displayed.

quick

if TRUE, column norm values are used instead of KL computations (less accurate but faster).

Value

rank associated with loadings.

Author(s)

Pierrick Bruneau

References

Bruneau, P., Gelgon, M. and Picarougne, F. (2011) _Component-level aggregation of probabilistic PCA mixtures using variational-Bayes_, Tech Report, http://hal.archives-ouvertes.fr/docs/00/56/72/99/PDF/techrep.pdf.

See Also

newMppca mppca

Examples

1
temp <- getQforComp(pcapen[[1]]$wmean[[2]], quick=TRUE)

VBmix documentation built on May 30, 2017, 2:34 a.m.

Related to getQforComp in VBmix...