statsmodels.discrete.discrete_model.NegativeBinomial.score¶ NegativeBinomial.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. Last update: Oct 03, 2024