Derivative of the logit transform
p (array_like) – Probabilities
g’(p) – Value of the derivative of logit transform at p
ndarray
Notes
g’(p) = 1 / (p * (1 - p))
Alias for Logit: logit = Logit()
Logit.deriv