コンテンツにスキップ
logo
statsmodels 0.14.4
statsmodels.othermod.betareg.BetaModel.score
検索を初期化
    statsmodels
    statsmodels
    • statsmodelsのインストール
    • はじめに
    • ユーザーガイド
      • 背景
      • 回帰モデルと線形モデル
        • 線形回帰
        • 一般化線形モデル
        • 一般化推定方程式
        • 一般化加法モデル(GAM)
        • ロバスト線形モデル
        • 線形混合効果モデル
        • 離散従属変数を使用した回帰
        • 一般化線形混合効果モデル
        • 分散分析
        • その他のモデル othermod
          • インターバルモデル betareg
            • statsmodels.othermod.betareg.BetaModel
              • Cstatsmodels.othermod.betareg.BetaModel
                • statsmodels.othermod.betareg.BetaModel.expandparams
                • statsmodels.othermod.betareg.BetaModel.fit
                • statsmodels.othermod.betareg.BetaModel.from_formula
                • statsmodels.othermod.betareg.BetaModel.get_distribution
                • statsmodels.othermod.betareg.BetaModel.get_distribution_params
                • statsmodels.othermod.betareg.BetaModel.hessian
                • statsmodels.othermod.betareg.BetaModel.hessian_factor
                • statsmodels.othermod.betareg.BetaModel.information
                • statsmodels.othermod.betareg.BetaModel.initialize
                • statsmodels.othermod.betareg.BetaModel.loglike
                • statsmodels.othermod.betareg.BetaModel.loglikeobs
                • statsmodels.othermod.betareg.BetaModel.nloglike
                • statsmodels.othermod.betareg.BetaModel.predict
                • statsmodels.othermod.betareg.BetaModel.reduceparams
                • statsmodels.othermod.betareg.BetaModel.score
                  • MBetaModel.score
                    • Parameters
                    • Returns
                • statsmodels.othermod.betareg.BetaModel.score_factor
                • statsmodels.othermod.betareg.BetaModel.score_hessian_factor
                • statsmodels.othermod.betareg.BetaModel.score_obs
                • statsmodels.othermod.betareg.BetaModel.endog_names
                • statsmodels.othermod.betareg.BetaModel.exog_names
            • statsmodels.othermod.betareg.BetaResults
      • 時系列分析
      • その他のモデル
      • 統計とツール
      • データセット
      • サンドボックス
    • 例題集
    • APIリファレンス
    • statsmodels について
    • 開発者ページ
    • リリースノート
    • 翻訳に関するステートメント
    • MBetaModel.score
      • Parameters
      • Returns

    statsmodels.othermod.betareg.BetaModel.score¶

    BetaModel.score(params)[ソース]¶

    Returns the score vector of the log-likelihood.

    http://www.tandfonline.com/doi/pdf/10.1080/00949650903389993

    Parameters:¶
    paramsndarray

    Parameter at which score is evaluated.

    Returns:¶
    scorendarray

    First derivative of loglikelihood function.


    最終更新日: 2025年01月28日
    前 statsmodels.othermod.betareg.BetaModel.reduceparams
    次 statsmodels.othermod.betareg.BetaModel.score_factor
    © Copyright 2009-2023, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
    Created using Sphinx 7.3.7. and Sphinx-Immaterial