This is documentation for an old release of SciPy (version 0.18.1). Search for this page in the documentation of the latest stable release (version 1.15.1).
Chi Distribution¶
Generated by taking the (positive) square-root of chi-squared variates.
f(x;ν)=xν−1e−x2/22ν/2−1Γ(ν2)I(0,∞)(x)F(x;ν)=Γ(ν2,x22)G(α;ν)=√2Γ−1(ν2,α)
M(t)=Γ(v2)1F1(v2;12;t22)+t√2Γ(1+ν2)1F1(1+ν2;32;t22)
μ=√2Γ(ν+12)Γ(ν2)μ2=ν−μ2γ1=2μ3+μ(1−2ν)μ3/22γ2=2ν(1−ν)−6μ4+4μ2(2ν−1)μ22md=√ν−1ν≥1mn=√2Γ−1(ν2,12)
Implementation: scipy.stats.chi