statsmodels.regression.linear_model.OLSResults.bic

method

OLSResults.bic()

Bayes’ information criteria. For a model with a constant \(-2llf + \log(n)(df\_model+1)\). For a model without a constant \(-2llf + \log(n)(df\_model)\)