statsmodels.discrete.conditional_models.ConditionalMNLogit.score¶ ConditionalMNLogit.score(params)[ソース]¶ Score vector of model. The gradient of logL with respect to each parameter. Parameters:¶ paramsndarrayThe parameters to use when evaluating the Hessian. Returns:¶ ndarrayThe score vector evaluated at the parameters. 最終更新日: 2025年01月28日