chi-squared random variable
A central chi-squared random variable X with n>0 degrees of freedom is given by the probability density function
fX(x)=(12)n2Γ(n2)xn2-1e-12x |
for x>0, where Γ represents the gamma function.
The parameter n is usually, but not always, an integer, in which case the distribution
is that of the sum of the squares of a sequence of n independent standard normal variables (http://planetmath.org/NormalRandomVariable) X1,X2,…,Xn,
X=X21+X22+⋯+X2n. |
Parameters: n∈(0,∞).
Syntax: X∼χ2(n)
Notes:
-
1.
This distribution is very widely used in statistics
, such as in hypothesis tests and confidence intervals.
-
2.
The chi-squared distribution with n degrees of freedom is a result of evaluating the gamma distribution
with α=n2 and λ=12.
-
3.
E[X]=n
-
4.
Var[X]=2n
-
5.
The moment generating function is
MX(t)=(1-2t)-n2, and is defined for all t∈ℂ with real part
(http://planetmath.org/Complex) less than 1/2.
-
6.
The sum of independent χ2(m) and χ2(n) random variables
has the χ2(m+n) distribution.
Title | chi-squared random variable |
---|---|
Canonical name | ChisquaredRandomVariable |
Date of creation | 2013-03-22 11:54:49 |
Last modified on | 2013-03-22 11:54:49 |
Owner | mathcam (2727) |
Last modified by | mathcam (2727) |
Numerical id | 16 |
Author | mathcam (2727) |
Entry type | Definition |
Classification | msc 60-00 |
Classification | msc 11-00 |
Classification | msc 20-01 |
Classification | msc 20A05 |
Synonym | central chi-squared distribution |
Related topic | ChiSquaredStatistic |