statsmodels.othermod.betareg.BetaModel.score_obs¶ BetaModel.score_obs(params)[ソース]¶ Score, first derivative of the loglikelihood for each observation. Parameters:¶ paramsndarrayParameter at which score is evaluated. Returns:¶ score_obsndarray, 2dThe first derivative of the loglikelihood function evaluated at params for each observation. 最終更新日: 2025年01月28日