statsmodels.genmod.families.links.CLogLog.inverse_deriv¶
- CLogLog.inverse_deriv(z)[source]¶
Derivative of the inverse of the C-Log-Log transform link function
- Parameters:¶
- zarray_like
The value of the inverse of the CLogLog link function at p
- Returns:¶
- g^(-1)’(z)
ndarray
The derivative of the inverse of the CLogLog link function
- g^(-1)’(z)
Last update:
Oct 03, 2024