Chi Distribution — Definition, Formula & Examples
The chi distribution is the probability distribution of the square root of a chi-squared random variable. It describes the distribution of the Euclidean distance from the origin of a point drawn from a standard multivariate normal distribution.
If , then follows a chi distribution with degrees of freedom, denoted . Its support is , and it belongs to the family of continuous probability distributions.
Key Formula
Where:
- = Value of the chi-distributed random variable (x ≥ 0)
- = Degrees of freedom (positive integer)
- = Gamma function, a generalization of the factorial
How It Works
The chi distribution arises when you take the square root of a sum of squared independent standard normal variables. If are independent standard normal random variables, then follows a chi distribution with degrees of freedom. The mean and variance depend on through the gamma function. For large , the distribution approaches a normal shape centered near .
Worked Example
Problem: Let X follow a chi distribution with k = 2 degrees of freedom. Compute the PDF at x = 1.
Write the PDF: Substitute k = 2 into the chi PDF formula.
Simplify constants: We have 2^0 = 1, 1^1 = 1, and Γ(1) = 0! = 1.
Evaluate: Compute the numerical value.
Answer: The PDF of the chi distribution with 2 degrees of freedom evaluated at x = 1 is approximately 0.6065.
Why It Matters
The chi distribution appears in directional statistics and when analyzing the magnitude of multivariate normal vectors. It is used in radar signal processing, error analysis in GPS positioning, and any setting where you care about the distance of a random point from the origin rather than the squared distance.
Common Mistakes
Mistake: Confusing the chi distribution with the chi-squared distribution.
Correction: The chi distribution is the square root of a chi-squared variable. Their PDFs, means, and variances are different. If Q ~ χ²_k, then √Q ~ χ_k — they are related but distinct distributions.
