Learn R Programming

VBmix (version 0.3.2)

mppcaToGmm:

Description

converts a MPPCA model to a GMM.

Usage

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.

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

Run this code
temp <- mppcaToGmm(pcapen[[1]])

Run the code above in your browser using DataLab