Logo

Navigation

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

statsmodels.genmod.families.links.Logit.__call__¶

method

Logit.__call__(p)[source]¶

The logit transform

Parameters
parray-like

Probabilities

Returns
zarray

Logit transform of p

Notes

g(p) = log(p / (1 - p))

Previous topic

statsmodels.genmod.families.links.Logit

Next topic

statsmodels.genmod.families.links.Logit.deriv

This Page

  • Show Source

Quick search

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