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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.