statsmodels.genmod.families.links.Logit.deriv2

Logit.deriv2(p)[source]

Second derivative of the logit function.

Parameters:
p : array_like

probabilities

Returns:

g’’(z) – The value of the second derivative of the logit function

Return type:

ndarray