Learn R Programming

VBmix (version 0.3.2)

getBic:

Description

computes BIC criterion (see references) for a specific GMM and data set.

Usage

getBic(gmm, dat)

Arguments

gmm
GMM object.
dat
matrix of row-elements.

Value

BIC estimate.

References

Schwarz, G. (1978) _Estimating the dimension of a model_ The Annals of Statistics, Volume 6, Pages 461-464.

See Also

getDataLikelihood varbayes

Examples

Run this code
temp <- getBic(gmmpen[[1]], pendat)

Run the code above in your browser using DataLab