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)