Formula

Bayesian Information Criterion in Gaussian Mixture Models

The Bayesian Information Criterion (BIC) is a widely used equation for selecting the optimal number of components in a Gaussian Mixture Model (GMM). The formula is given by: BIC=2log(L)+klog(n)BIC = -2\log(L) + k\log(n), where LL is the likelihood, kk is the number of components, and nn is the sample size.

0

3

Updated 2026-05-18

Tags

Data Science