statsmodels.sandbox.regression.gmm.IVRegressionResults.bic¶
- IVRegressionResults.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)\).
Last update:
Oct 03, 2024