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).
Arcsine Distribution¶
Defined over x∈(0,1) . To get the JKB definition put x=u+12. i.e. L=−1 and S=2.
f(x)=1π√x(1−x)F(x)=2πarcsin(√x)G(q)=sin2(π2q)
M(t)=Et/2I0(t2)
μ′n=1π∫10dxxn−1/2(1−x)−1/2=1πB(12,n+12)=(2n−1)!!2nn!
μ=12μ2=18γ1=0γ2=−32
h[X]≈−0.24156447527049044468
lx(⋅)=Nlogπ+N2¯logx+N2¯log(1−x)
Implementation: scipy.stats.arcsine