statsmodels.genmod.families.links.logit¶
- class statsmodels.genmod.families.links.logit[source]¶
Methods
__call__
(p)The logit transform
Methods
deriv
(p)Derivative of the logit transform
deriv2
(p)Second derivative of the logit function.
inverse
(z)Inverse of the logit transform
Derivative of the inverse of the logit transform
Second derivative of the inverse link function g^(-1)(z).