Learn R Programming

VBmix (version 0.3.2)

newGmm:

Description

creates an empty GMM data structure.

Usage

newGmm()

Arguments

Value

list object with the following members:
w
numeric vector containing the component weights of the mixture model.
mean
list with respective means (numeric vectors) as elements.
cov
list with respective covariance matrices as elements.
a
constraints between components, encoded in a numeric vector. One value per component. 2 components associated to the same value are said to be from the same origin. Used in vbconstr.

See Also

varbayes vbconstr

Examples

Run this code
temp <- newGmm()

Run the code above in your browser using DataLab