gmmgen: gmmgen

Description Usage Arguments Value Author(s) Examples

View source: R/interfaces.R

Description

sample elements from a GMM.

Usage

1
gmmgen(mod, nitem)

Arguments

mod

GMM sampled from.

nitem

number of elements to be sampled.

Value

nitem x d matrix with elements as rows.

Author(s)

Pierrick Bruneau

Examples

1
temp <- gmmgen(gmmpen[[1]], 50)

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

Related to gmmgen in VBmix...