Section 9.3 Chi-Square Distribution
The following distribution is related to both the Normal Distribution and to the Gamma Distribution. Initially, consider a gamma distribution with probability function
xr−1⋅e−x/μΓ(r)⋅μr.
Replacing μ=2 and r with r/2 gives
xr/2−1⋅e−x/2Γ(r/2)⋅2r/2
which is given a special name below.
Definition 9.3.1 Chi-Square Probability Function
Given an natural number r, suppose X is a random variable over the space R=(0,∞) with probability function given by
f(x)=xr/2−1e−x/2Γ(r/2)2r/2.
Then X has a Chi-Square distribution with r degrees of freedom. This is often denoted χ2(r).
Theorem 9.3.2 χ2 statistics
μ=r
σ2=2r
γ1=2√2/r
γ2=12r+3
Theorem 9.3.3 Relationship between Normal and χ2
If Z1,Z2,...,Zr are r standard normal variables, then
X=r∑k=1Z2k
is χ2(r). It also can be difficult to compute Chi-Square probabilities manually so you will perhaps want to use a numerical approximation in this case as well. The TI graphing calculator can be used with χ2cdf(a,b,r). Or, you can use the calculator below.