randomGmm: randomGmm

Description Usage Arguments Value Author(s) See Also Examples

View source: R/Rutils.R

Description

sample randomly a GMM. Number of components is sampled from a Poisson law, means uniformly from [-domain, domain], and covariance matrices using covgen function.

Usage

1
randomGmm(domain = 10)

Arguments

domain

determines the domain from which means are sampled.

Value

randomly sampled GMM.

Author(s)

Pierrick Bruneau

See Also

covgen newGmm

Examples

1
temp <- randomGmm()

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

Related to randomGmm in VBmix...