statsmodels.tools.eval_measures.bic_sigma(sigma2, nobs, df_modelwc, islog=False) [source]
Bayesian information criterion (BIC) or Schwarz criterion
| Parameters: |
|
|---|---|
| Returns: |
bic – information criterion |
| Return type: |
float |
A constant has been dropped in comparison to the loglikelihood base information criteria. These should be used to compare for comparable models.
© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.tools.eval_measures.bic_sigma.html