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