NegativeBinomial.deriv()

NegativeBinomial.deriv(p) [source]

Derivative of the negative binomial transform

Parameters:

p : array-like

Mean parameters

Returns:

g?(p) : array

The derivative of the negative binomial transform link function

Notes

g?(x) = 1/(x+alpha*x^2)

doc_statsmodels
2017-01-18 16:12:38
Comments
Leave a Comment

Please login to continue.