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 x≥0.
f(x;c)=1π(1+(x−c)2)+1π(1+(x+c)2)F(x;c)=1πtan−1(x−c)+1πtan−1(x+c)G(q;c)=F−1(x;c)
No moments
Implementation: scipy.stats.foldcauchy