statsmodels.genmod.families.links.log.inverse_deriv¶
- log.inverse_deriv(z)¶
Derivative of the inverse of the log transform link function
- Parameters:
- z
ndarray
The inverse of the link function at p
- z
- Returns:
- g^(-1)’(z)
ndarray
The value of the derivative of the inverse of the log function, the exponential function
- g^(-1)’(z)