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).
Noncentral F Distribution¶
Let λ>0 and ν1>0 and ν2>0.
f(x;λ,ν1,ν2)=exp[λ2+(λν1x)2(ν1x+ν2)]νν1/21νν2/22xν1/2−1×(ν2+ν1x)−(ν1+ν2)/2Γ(ν12)Γ(1+ν22)Lν1/2−1ν2/2(−λν1x2(ν1x+ν2))B(ν12,ν22)Γ(ν1+ν22)
Implementation: scipy.stats.ncf