statsmodels.genmod.families.links.identity.inverse_deriv¶
-
identity.
inverse_deriv
(z)¶ Derivative of the inverse of the power transform
Parameters: z : array-like
z is usually the linear predictor for a GLM or GEE model.
Returns: The value of the derivative of the inverse of the power transform
function