newGmm: newGmm

Description Usage Value Author(s) See Also Examples

View source: R/Rutils.R

Description

creates an empty GMM data structure.

Usage

1

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.

Author(s)

Pierrick Bruneau

See Also

varbayes vbconstr

Examples

1
temp <- newGmm()

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

Related to newGmm in VBmix...