Learn R Programming

VBmix (version 0.2.8)

newGmm: newGmm

Description

creates an empty GMM data structure.

Usage

newGmm()

Arguments

Value

  • list object with the following members:
  • wnumeric vector containing the component weights of the mixture model.
  • meanlist with respective means (numeric vectors) as elements.
  • covlist with respective covariance matrices as elements.
  • aconstraints 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