Concept

Bayesian Information Criterion

BIC = RSS+log(n)dσ2^nσ2^\frac{RSS+log(n)d \hat{\sigma^2}}{n \hat{\sigma^2}}

Bayesian information criterion (BIC) is a criterion for model selection among a finite set of models. The models can be tested using corresponding BIC values. Lower BIC value indicates lower penalty terms hence a better model. It is worth to know BIC closely relates to AIC. The only difference is BIC considers the number of observations in the formula, which AIC does not.

More details: https://www.immagic.com/eLibrary/ARCHIVES/GENERAL/WIKIPEDI/W120607B.pdf

0

0

Updated 2020-06-19

Tags

Data Science