The Cauchy (standard Cauchy CDF) transform
Notes
g(p) = scipy.stats.cauchy.ppf(p)
cauchy is an alias of CDFLink with dbn=scipy.stats.cauchy
Methods
| deriv(p) | Derivative of CDF link |
| inverse(z) | The inverse of the CDF link |
Attributes
| tol | float(x) -> floating point number |