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