statsmodels.genmod.families.links.cauchy.inverse¶
-
cauchy.
inverse
(z)¶ The inverse of the CDF link
- Parameters
- zarray_like
The value of the inverse of the link function at p
- Returns
- p
array
Mean probabilities. The value of the inverse of CDF link of z
- p
Notes
g^(-1)(z) = dbn.cdf(z)