genmod.families.links.Link

A generic link function for one-parameter exponential family.

Link does nothing, but lays out the methods expected of any subclass.

Methods

deriv(p) Derivative of the link function g?(p).
deriv2(p) Second derivative of the link function g??(p)
inverse(z) Inverse of the link function.
inverse_deriv(z) Derivative of the inverse link function g^(-1)(z).
doc_statsmodels
2017-01-18 16:09:25
Comments
Leave a Comment

Please login to continue.