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¶

cauchy.inverse(z)¶

The inverse of the CDF link

Parameters:z (array-like) – The value of the inverse of the link function at p
Returns:p – Mean probabilities. The value of the inverse of CDF link of z
Return type:array

Notes

g^(-1)(z) = dbn.cdf(z)

Previous topic

statsmodels.genmod.families.links.cauchy.deriv2

Next topic

statsmodels.genmod.families.links.cauchy.inverse_deriv

This Page

  • Show Source

Quick search

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