Logo

Navigation

  • index
  • next |
  • previous |
  • Install
  •  | 
  • Support
  •  | 
  • Bugs
  •  | 
  • Develop
  •  | 
  • Examples
  •  | 
  • FAQ
  •  | 
  • Generalized Estimating Equations |
  • statsmodels.genmod.families.links.NegativeBinomial |

statsmodels.genmod.families.links.NegativeBinomial.inverse¶

NegativeBinomial.inverse(z)[source]¶

Inverse of the negative binomial transform

Parameters:

z : array-like

The value of the inverse of the negative binomial link at p.

Returns

——-

p : array

Mean parameters

Notes

g^(-1)(z) = exp(z)/(alpha*(1-exp(z)))

Previous topic

statsmodels.genmod.families.links.NegativeBinomial.deriv

Next topic

statsmodels.genmod.families.links.NegativeBinomial.inverse_deriv

This Page

  • Show Source

Quick search

Enter search terms or a module, class or function name.

© Copyright 2009-2013, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers. Created using Sphinx 1.3.1.