genmod.families.links.identity

class statsmodels.genmod.families.links.identity [source]

The identity transform

Notes

g(p) = p

Alias of statsmodels.family.links.Power(power=1.)

Methods

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

Please login to continue.