statsmodels.genmod.families.varfuncs.Power.deriv#
- Power.deriv(mu)[source]#
Derivative of the variance function v’(mu)
May be undefined at zero.
- Parameters:
- muarray_like
mean parameters
- Returns:
- v’
ndarray The value of the derivative of the power variance function
- v’