statsmodels.genmod.families.links.Cauchy.deriv2¶
- Cauchy.deriv2(p)[source]¶
 Second derivative of the Cauchy link function.
- Parameters:¶
 - parray_like
 Probabilities
- Returns:¶
 - g’’(p)
ndarray Value of the second derivative of Cauchy link function at p
- g’’(p)
 
  
    
      Last update:
      Jun 10, 2024