Formula

Bayesian Information Criterion

The Bayesian Information Criterion (BICBIC) is a criterion for model selection among a finite set of models. For a linear regression model, it is defined as: BIC=fracRSS+log(n)dhatsigma2nhatsigma2BIC = \\frac{RSS + \\log(n)d\\hat{\\sigma}^2}{n\\hat{\\sigma}^2} where RSSRSS is the Residual Sum of Squares, dd is the number of predictors, nn is the number of observations, and hatsigma2\\hat{\\sigma}^2 is an estimate of the error variance. A lower BICBIC value indicates a better model. BICBIC is closely related to the Akaike Information Criterion (AICAIC), but unlike AICAIC, the BICBIC formula considers the number of observations (nn).

0

0

Updated 2026-07-01

Tags

Data Science