getBic: getBic

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/Rutils.R

Description

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

Usage

1
getBic(gmm, dat)

Arguments

gmm

GMM object.

dat

matrix of row-elements.

Value

BIC estimate.

Author(s)

Pierrick Bruneau

References

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

See Also

getDataLikelihood varbayes

Examples

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

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

Related to getBic in VBmix...