Learn R Programming

VBmix (version 0.3.2)

getDataLikelihood:

Description

gets log-likelihoods associated to a matrix of row-elements.

Usage

getDataLikelihood(gmm, dat)

Arguments

gmm
GMM object.
dat
matrix of row-elements.

Value

numeric vector of log-likelihoods.

See Also

getBic gmmgen

Examples

Run this code
temp <- getDataLikelihood(gmmpen[[3]], pendat)

Run the code above in your browser using DataLab