Logo

Navigation

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

statsmodels.genmod.families.links.Logit.deriv¶

Logit.deriv(p)[source]¶

Derivative of the logit transform

Parameters:

p: array-like

Probabilities

Returns:

g’(p) : array

Value of the derivative of logit transform at p

Notes

g’(p) = 1 / (p * (1 - p))

Alias for Logit: logit = Logit()

Previous topic

statsmodels.genmod.families.links.Logit

Next topic

statsmodels.genmod.families.links.Logit.deriv2

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.