statsmodels.sandbox.regression.gmm.IVRegressionResults.bic¶ IVRegressionResults.bic¶ 贝叶斯信息准则。 对于带有常数的模型 \(-2llf + \log(n)(df\_model+1)\). 对于不带常数的模型 \(-2llf + \log(n)(df\_model)\). Last update: Oct 16, 2024