statsmodels.genmod.families.varfuncs.NegativeBinomial.deriv#
- NegativeBinomial.deriv(mu)[source]#
Derivative of the negative binomial variance function.
- Parameters:
- muarray_like
mean parameters
- Returns:
- V’
ndarray The value of the derivative of the negative binomial variance function
- V’