Skip to content
statsmodels logo
statsmodels v0.11.0dev0 (+708) statsmodels.tools.eval_measures.bic
Type to start searching
    statsmodels
    • User Guide
    • Tools
    statsmodels
    • Installing statsmodels
    • Getting started
    • User Guide
      • Background
      • Regression and Linear Models
      • Time Series Analysis
      • Other Models
      • Statistics and Tools
        • Statistics stats
        • Contingency tables
        • Multiple Imputation with Chained Equations
        • Empirical Likelihood emplike
        • Distributions
        • Graphics
        • Input-Output iolib
        • Tools
        • Working with Large Data Sets
        • Optimization
      • Data Sets
      • Sandbox
    • Examples
    • API Reference
    • About statsmodels
    • Developer Page
    • Release Notes
    • Show Source

    statsmodels.tools.eval_measures.bic¶

    statsmodels.tools.eval_measures.bic(llf, nobs, df_modelwc)[source]¶

    Bayesian information criterion (BIC) or Schwarz criterion

    Parameters
    llffloat

    value of the loglikelihood

    nobsint

    number of observations

    df_modelwcint

    number of parameters including constant

    Returns
    bicfloat

    information criterion

    References

    https://en.wikipedia.org/wiki/Bayesian_information_criterion

    Previous statsmodels.tools.eval_measures.aicc_sigma
    Next statsmodels.tools.eval_measures.bic_sigma
    © Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
    Last updated on Dec 17, 2019.
    Created using Sphinx 2.3.0. and Material for Sphinx