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