Learn R Programming

VBmix (version 0.3.2)

gmmdensity:

Description

get densities of a set of elements w.r.t a GMM.

Usage

gmmdensity(mod, data)

Arguments

mod
reference GMM.
data
matrix of row-elements.

Value

numeric vector containing densities.

See Also

gmmgen

Examples

Run this code
temp <- gmmgen(gmmpen[[1]], 50)
temp2 <- gmmdensity(gmmpen[[1]], temp[[1]])

Run the code above in your browser using DataLab