Processing math: 100%
SciPy

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ν1ex2/22ν/21Γ(ν2)I(0,)(x)F(x;ν)=Γ(ν2,x22)G(α;ν)=2Γ1(ν2,α)
M(t)=Γ(v2)1F1(v2;12;t22)+t2Γ(1+ν2)1F1(1+ν2;32;t22)
μ=2Γ(ν+12)Γ(ν2)μ2=νμ2γ1=2μ3+μ(12ν)μ3/22γ2=2ν(1ν)6μ4+4μ2(2ν1)μ22md=ν1ν1mn=2Γ1(ν2,12)

Implementation: scipy.stats.chi