Gauss Hypergeometric Distribution¶
x∈[0,1] , α>0,β>0
C−1=B(α,β)2F1(γ,α;α+β;−z)
f(x;α,β,γ,z)=Cxα−1(1−x)β−1(1+zx)γμ′n=B(n+α,β)B(α,β)2F1(γ,α+n;α+β+n;−z)2F1(γ,α;α+β;−z)
Implementation: scipy.stats.gausshyper
x∈[0,1] , α>0,β>0
Implementation: scipy.stats.gausshyper