コンテンツにスキップ
logo
statsmodels 0.14.4
statsmodels.tools.eval_measures.aic
検索を初期化
    statsmodels
    statsmodels
    • statsmodelsのインストール
    • はじめに
    • ユーザーガイド
      • 背景
      • 回帰モデルと線形モデル
      • 時系列分析
      • その他のモデル
      • 統計とツール
        • 統計 stats
        • 分割表
        • 連鎖方程式による多重代入
        • 処置効果 treatment
        • 経験的尤度 emplike
        • 分布
        • グラフィックス
        • 入出力 iolib
        • ツール
          • モジュールリファレンス
            • 基本的なツール tools
            • 数値微分
            • フィットパフォーマンスの測定 eval_measures
              • statsmodels.tools.eval_measures.aic
                • Fstatsmodels.tools.eval_measures.aic
                  • Parameters
                  • Returns
              • statsmodels.tools.eval_measures.aic_sigma
              • statsmodels.tools.eval_measures.aicc
              • statsmodels.tools.eval_measures.aicc_sigma
              • statsmodels.tools.eval_measures.bic
              • statsmodels.tools.eval_measures.bic_sigma
              • statsmodels.tools.eval_measures.hqic
              • statsmodels.tools.eval_measures.hqic_sigma
              • statsmodels.tools.eval_measures.bias
              • statsmodels.tools.eval_measures.iqr
              • statsmodels.tools.eval_measures.maxabs
              • statsmodels.tools.eval_measures.meanabs
              • statsmodels.tools.eval_measures.medianabs
              • statsmodels.tools.eval_measures.medianbias
              • statsmodels.tools.eval_measures.mse
              • statsmodels.tools.eval_measures.rmse
              • statsmodels.tools.eval_measures.rmspe
              • statsmodels.tools.eval_measures.stde
              • statsmodels.tools.eval_measures.vare
        • 大規模なデータセットの操作
        • 最適化
      • データセット
      • サンドボックス
    • 例題集
    • APIリファレンス
    • statsmodels について
    • 開発者ページ
    • リリースノート
    • 翻訳に関するステートメント
    • Fstatsmodels.tools.eval_measures.aic
      • Parameters
      • Returns

    statsmodels.tools.eval_measures.aic¶

    statsmodels.tools.eval_measures.aic(llf, nobs, df_modelwc)[ソース]¶

    Akaike information criterion

    Parameters:¶
    llf{float, array_like}

    value of the loglikelihood

    nobsint

    number of observations

    df_modelwcint

    number of parameters including constant

    Returns:¶
    aicfloat

    information criterion

    References

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


    最終更新日: 2025年01月28日
    前 statsmodels.tools.numdiff.approx_hess_cs
    次 statsmodels.tools.eval_measures.aic_sigma
    © Copyright 2009-2023, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
    Created using Sphinx 7.3.7. and Sphinx-Immaterial