statsmodels.regression.linear_model.OLSResults.aic¶ OLSResults.aic¶ 赤池信息量准则。 对于带有常数的模型 \(-2llf + 2(df\_model + 1)\)。对于不带常数的模型 \(-2llf + 2(df\_model)\)。 Last update: Oct 16, 2024