statsmodels.discrete.count_model.GenericZeroInflated.score

GenericZeroInflated.score(params)[source]

Score vector of model.

The gradient of logL with respect to each parameter.

Parameters:
paramsndarray

The parameters to use when evaluating the Hessian.

Returns:
ndarray

The score vector evaluated at the parameters.


Last update: Dec 14, 2023