Logo

Navigation

  • index
  • modules |
  • next |
  • previous |
  • Install
  •  | 
  • Support
  •  | 
  • Bugs
  •  | 
  • Develop
  •  | 
  • Examples
  •  | 
  • FAQ
  •  | 
  • Generalized Linear Models |
  • statsmodels.genmod.families.links.cauchy |

statsmodels.genmod.families.links.cauchy.inverse_deriv2¶

method

cauchy.inverse_deriv2(z)¶

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

Parameters
zarray-like

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

Returns
g’^(-1)(z)array

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

Notes

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

Previous topic

statsmodels.genmod.families.links.cauchy.inverse_deriv

Next topic

statsmodels.genmod.families.links.cloglog

This Page

  • Show Source

Quick search

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