Skip to content
logo
statsmodels 0.14.4
statsmodels.othermod.betareg.BetaModel.score
Initializing search
    statsmodels
    statsmodels
    • 安装 statsmodels
    • 入门指南
    • 用户指南
      • 背景
      • 回归与线性模型
        • 线性回归
        • 广义线性模型
        • 广义估计方程
        • 广义加性模型 (GAM)
        • 稳健线性模型
        • 线性混合效应模型
        • 离散因变量的回归
        • 广义线性混合效应模型
        • 方差分析
        • 其他模型 othermod
          • 区间模型 betareg
            • statsmodels.othermod.betareg.Beta模型
              • 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.预测
                • 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)[source]¶

    返回对数似然函数的得分向量。

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

    Parameters:¶
    paramsndarray

    评估分数的参数。

    Returns:¶
    scorendarray

    对数似然函数的第一次导数。


    Last update: Oct 16, 2024
    Previous statsmodels.othermod.betareg.BetaModel.reduceparams
    Next 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