statsmodels.genmod.families.links.CLogLog.deriv2¶
- CLogLog.deriv2(p)[source]¶
Second derivative of the C-Log-Log ink function
- Parameters:¶
- parray_like
Mean parameters
- Returns:¶
- g’’(p)
ndarray
The second derivative of the CLogLog link function
- g’’(p)
Last update:
Oct 03, 2024