This is documentation for an old release of SciPy (version 0.19.0). Search for this page in the documentation of the latest stable release (version 1.15.1).
Reciprocal Distribution¶
Shape parameters a,b>0 x∈[a,b]
f(x;a,b)=1xlog(b/a)F(x;a,b)=log(x/a)log(b/a)G(q;a,b)=aexp(qlog(b/a))=a(ba)q
d=log(a/b)μ=a−bdμ2=μa+b2−μ2=(a−b)[a(d−2)+b(d+2)]2d2γ1=√2[12d(a−b)2+d2(a2(2d−9)+2abd+b2(2d+9))]3d√a−b[a(d−2)+b(d+2)]3/2γ2=−36(a−b)3+36d(a−b)2(a+b)−16d2(a3−b3)+3d3(a2+b2)(a+b)3(a−b)[a(d−2)+b(d+2)]2−3md=amn=√ab
h[X]=12log(ab)+log[log(ba)].
Implementation: scipy.stats.reciprocal