statsmodels.genmod.families.links.Link.deriv¶ Link.deriv(p)[source]¶ Derivative of the link function g’(p). Just a placeholder. Parameters parray_like Returns g’(p)ndarrayThe value of the derivative of the link function g’(p)