Logo

Navigation

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

statsmodels.genmod.families.links.Link.inverse_deriv¶

Link.inverse_deriv(z)[source]¶

Derivative of the inverse link function g^(-1)(z).

Parameters:

z : array-like

z is usually the linear predictor for a GLM or GEE model.

Returns:

The value of the derivative of the inverse of the link function

Notes

This reference implementation gives the correct result but it inefficient, so it can be overriden in subclasses.

Previous topic

statsmodels.genmod.families.links.Link.inverse

Next topic

statsmodels.genmod.families.links.CDFLink

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.