Loading [MathJax]/jax/output/HTML-CSS/jax.js
SciPy

This is documentation for an old release of SciPy (version 0.17.1). Search for this page in the documentation of the latest stable release (version 1.15.1).

Folded Cauchy Distribution

This formula can be expressed in terms of the standard formulas for the Cauchy distribution (call the cdf C(x) and the pdf d(x) ). if Y is cauchy then |Y| is folded cauchy. Note that x0.

f(x;c)=1π(1+(xc)2)+1π(1+(x+c)2)F(x;c)=1πtan1(xc)+1πtan1(x+c)G(q;c)=F1(x;c)

No moments

Implementation: scipy.stats.foldcauchy