mppcaToGmm: mppcaToGmm

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

View source: R/Rutils.R

Description

converts a MPPCA model to a GMM.

Usage

1
mppcaToGmm(model, notau = FALSE)

Arguments

model

MPPCA model to be converted.

notau

if TRUE, covariances are built with Lambda.Lambda^T without adding tau.

Value

GMM after conversion.

Author(s)

Pierrick Bruneau

References

Tipping, M. E. and Bishop, C. M. (1999) _Probabilistic principal component analysis_ ,Journal of the Royal Statistical Society - B Series, Volume 61, Number 3, Pages 611-622.

See Also

mppca varbayes

Examples

1
temp <- mppcaToGmm(pcapen[[1]])

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

Related to mppcaToGmm in VBmix...