Navigation

  • index
  • modules |
  • next |
  • previous |
  • statsmodels »
  • User Guide »
  • Generalized Linear Models »
  • statsmodels.genmod.families.links.cauchy »
  • statsmodels.genmod.families.links.cauchy.inverse

statsmodels.genmod.families.links.cauchy.inverse¶

cauchy.inverse(z)¶

The inverse of the CDF link

Parameters:
znumpy:array_like

The value of the inverse of the link function at p

Returns:
pndarray

Mean probabilities. The value of the inverse of CDF link of z

Notes

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

Logo

Table of Contents

  • Installing statsmodels
  • Getting started
  • User Guide
  • Examples
  • API Reference
  • About statsmodels
  • Developer Page
  • Release Notes

Table of Contents

  • statsmodels.genmod.families.links.cauchy.inverse
    • cauchy.inverse

Quick search

Navigation

  • index
  • modules |
  • next |
  • previous |
  • statsmodels »
  • User Guide »
  • Generalized Linear Models »
  • statsmodels.genmod.families.links.cauchy »
  • statsmodels.genmod.families.links.cauchy.inverse
© Copyright 2009-2023, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers. Last updated on Feb 14, 2023. Created using Sphinx 5.3.0.