Learn R Programming

VBmix (version 0.3.2)

randomGmm:

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

randomGmm(domain = 10)

Arguments

domain
determines the domain from which means are sampled.

Value

randomly sampled GMM.

See Also

covgen newGmm

Examples

Run this code
temp <- randomGmm()

Run the code above in your browser using DataLab