(geometry) a plane rectangle with four equal sides and four right angles; a four-sided regular polygon; "you can compute the area of a square if you know the length of its sides" (同)foursquare
the product of two equal terms; "nine is the second power of three"; "gravity is inversely proportional to the square of the distance" (同)second power
make square; "Square the circle"; "square the wood with a file" (同)square_up
something approximating the shape of a square
a hand tool consisting of two straight arms at right angles; used to construct or test right angles; "the carpenter who built this room must have lost his square"
any artifact having a shape similar to a plane geometric figure with four equal sides and four right angles; "a checkerboard has 64 squares"
someone who doesnt understand what is going on (同)lame
a formal and conservative person with old-fashioned views (同)square toes
without evasion or compromise; "a square contradiction"; "he is not being as straightforward as it appears" (同)straightforward, straight
be compatible with; "one idea squares with another"
cause to match, as of ideas or acts
having four equal sides and four right angles or forming a right angle; "a square peg in a round hole"; "a square corner"
leaving no balance; "my account with you is now all square"
pay someone and settle a debt; "I squared with him"
position so as to be square; "He squared his shoulders"
the spatial or geographic property of being scattered about over a range, area, or volume; "worldwide in distribution"; "the distribution of nerve fibers"; "in complementary distribution" (同)dispersion
the act of distributing or spreading or apportioning
the commercial activity of transporting and selling goods from a producer to a consumer
(statistics) an arrangement of values of a variable showing their observed or theoretical frequency of occurrence (同)statistical_distribution
This article is about the mathematics of the chi-squared distribution. For its uses in statistics, see chi-squared test. For the music group, see Chi2 (band).
chi-squared
Probability density function
Cumulative distribution function
Notation
or
Parameters
(known as "degrees of freedom")
Support
PDF
CDF
Mean
Median
Mode
Variance
Skewness
Ex. kurtosis
Entropy
MGF
CF
[1]
In probability theory and statistics, the chi-squared distribution (also chi-square or χ2-distribution) with degrees of freedom is the distribution of a sum of the squares of k independent standard normal random variables. It is a special case of the gamma distribution and is one of the most widely used probability distributions in inferential statistics, e. g., in hypothesis testing or in construction of confidence intervals.[2][3][4][5] When it is being distinguished from the more general noncentral chi-squared distribution, this distribution is sometimes called the central chi-squared distribution.
The chi-squared distribution is used in the common chi-squared tests for goodness of fit of an observed distribution to a theoretical one, the independence of two criteria of classification of qualitative data, and in confidence interval estimation for a population standard deviation of a normal distribution from a sample standard deviation. Many other statistical tests also use this distribution, like Friedman's analysis of variance by ranks.
Contents
1Definition
2Introduction
3Characteristics
3.1Probability density function
3.2Differential equation
3.3Cumulative distribution function
3.4Additivity
3.5Sample mean
3.6Entropy
3.7Noncentral moments
3.8Cumulants
3.9Asymptotic properties
4Relation to other distributions
5Generalizations
5.1Linear combination
5.2Chi-squared distributions
5.2.1Noncentral chi-squared distribution
5.2.2Generalized chi-squared distribution
5.3Gamma, exponential, and related distributions
6Occurrence and applications
7Table of χ2 values vs p-values
8History and name
9See also
10References
11Further reading
12External links
Definition
If Z1, ..., Zk are independent, standard normal random variables, then the sum of their squares,
is distributed according to the chi-squared distribution with k degrees of freedom. This is usually denoted as
The chi-squared distribution has one parameter: k — a positive integer that specifies the number of degrees of freedom (i. e. the number of Zi’s)
Introduction
The chi-squared distribution is used primarily in hypothesis testing. Unlike more widely known distributions such as the normal distribution and the exponential distribution, the chi-squared distribution is rarely used to model natural phenomena. It arises in the following hypothesis tests, among others.
Chi-squared test of independence in contingency tables
Chi-squared test of goodness of fit of observed data to hypothetical distributions
Likelihood-ratio test for nested models
Log-rank test in survival analysis
Cochran–Mantel–Haenszel test for stratified contingency tables
It is also a component of the definition of the t-distribution and the F-distribution used in t-tests, analysis of variance, and regression analysis.
The primary reason that the chi-squared distribution is used extensively in hypothesis testing is its relationship to the normal distribution. Many hypothesis tests use a test statistic, such as the t statistic in a t-test. For these hypothesis tests, as the sample size, n, increases, the sampling distribution of the test statistic approaches the normal distribution (Central Limit Theorem). Because the test statistic (such as t) is asymptotically normally distributed, provided the sample size is sufficiently large, the distribution used for hypothesis testing may be approximated by a normal distribution. Testing hypotheses using a normal distribution is well understood and relatively easy. The simplest chi-squared distribution is the square of a standard normal distribution. So wherever a normal distribution could be used for a hypothesis test, a chi-squared distribution could be used.
Specifically, suppose that Z is a standard normal random variable, with mean = 0 and variance = 1. Z ~ N(0,1). A sample drawn at random from Z is a sample from the distribution shown in the graph of the standard normal distribution. Define a new random variable Q. To generate a random sample from Q, take a sample from Z and square the value. The distribution of the squared values is given by the random variable Q = Z2. The distribution of the random variable Q is an example of a chi-squared distribution: The subscript 1 indicates that this particular chi-squared distribution is constructed from only 1 standard normal distribution. A chi-squared distribution constructed by squaring a single standard normal distribution is said to have 1 degree of freedom. Thus, as the sample size for a hypothesis test increases, the distribution of the test statistic approaches a normal distribution, and the distribution of the square of the test statistic approaches a chi-squared distribution. Just as extreme values of the normal distribution have low probability (and give small p-values), extreme values of the chi-squared distribution have low probability.
An additional reason that the chi-squared distribution is widely used is that it is a member of the class of likelihood ratio tests (LRT).[6] LRT's have several desirable properties; in particular, LRT's commonly provide the highest power to reject the null hypothesis (Neyman–Pearson lemma). However, the normal and chi-squared approximations are only valid asymptotically. For this reason, it is preferable to use the t distribution rather than the normal approximation or the chi-squared approximation for small sample size. Similarly, in analyses of contingency tables, the chi-squared approximation will be poor for small sample size, and it is preferable to use Fisher's exact test. Ramsey and Ramsey show that the exact binomial test is always more powerful than the normal approximation.[7]
Lancaster[8] shows the connections among the binomial, normal, and chi-squared distributions, as follows. De Moivre and Laplace established that a binomial distribution could be approximated by a normal distribution. Specifically they showed the asymptotic normality of the random variable
where m is the observed number of successes in N trials, where the probability of success is p, and q = 1 − p.
Squaring both sides of the equation gives
Using N = Np + N(1 − p), N = m + (N − m), and q = 1 − p, this equation simplifies to
The expression on the right is of the form that Pearson would generalize to the form:
where
= Pearson's cumulative test statistic, which asymptotically approaches a distribution.
= the number of observations of type i.
= the expected (theoretical) frequency of type i, asserted by the null hypothesis that the fraction of type i in the population is
= the number of cells in the table.
In the case of a binomial outcome (flipping a coin), the binomial distribution may be approximated by a normal distribution (for sufficiently large n). Because the square of a standard normal distribution is the chi-squared distribution with one degree of freedom, the probability of a result such as 1 heads in 10 trials can be approximated either by the normal or the chi-squared distribution. However, many problems involve more than the two possible outcomes of a binomial, and instead require 3 or more categories, which leads to the multinomial distribution. Just as de Moivre and Laplace sought for and found the normal approximation to the binomial, Pearson sought for and found a multivariate normal approximation to the multinomial distribution. Pearson showed that the chi-squared distribution, the sum of multiple normal distributions, was such an approximation to the multinomial distribution [8]
Characteristics
Further properties of the chi-squared distribution can be found in the box at the upper right corner of this article.
Probability density function
The probability density function (pdf) of the chi-square distribution is
(1−2t)−k/2 for t<12{\displaystyle (1-2t)^{-k/2}{\text{ for }}t<{\frac {1}{2}}\;}
CF
(1−2it)−k/2{\displaystyle (1-2it)^{-k/2}}
[1]PGF
(1−2lnt)−k/2 for 0<t<e{\displaystyle (1-2\ln t)^{-k/2}{\text{ for }}0<t<{\sqrt {e}}\;}
In probability theory and statistics, the chi-squared distribution (also chi-square or χ2-distribution) with k degrees of freedom is the distribution of a sum of the squares of k independent standard normal random variables. The chi-square distribution is a special case of the gamma distribution and is one of the most widely used probability distributions in inferential statistics, notably in hypothesis testing or in construction of confidence intervals.[2][3][4][5] When it is being distinguished from the more general noncentral chi-squared distribution, this distribution is sometimes called the central chi-squared distribution.
The chi-squared distribution is used in the common chi-squared tests for goodness of fit of an observed distribution to a theoretical one, the independence of two criteria of classification of qualitative data, and in confidence interval estimation for a population standard deviation of a normal distribution from a sample standard deviation. Many other statistical tests also use this distribution, such as Friedman's analysis of variance by ranks.
Contents
1Definition
2Introduction
3Characteristics
3.1Probability density function
3.2Cumulative distribution function
3.3Additivity
3.4Sample mean
3.5Entropy
3.6Noncentral moments
3.7Cumulants
3.8Asymptotic properties
4Relation to other distributions
5Generalizations
5.1Linear combination
5.2Chi-squared distributions
5.2.1Noncentral chi-squared distribution
5.2.2Generalized chi-squared distribution
5.3Gamma, exponential, and related distributions
6Occurrence and applications
7Table of χ2 values vs p-values
8History and name
9See also
10References
11Further reading
12External links
Definition
If Z1, ..., Zk are independent, standard normal random variables, then the sum of their squares,
The chi-squared distribution has one parameter: k — a positive integer that specifies the number of degrees of freedom (the number of Zi’s).
Introduction
The chi-squared distribution is used primarily in hypothesis testing. Unlike more widely known distributions such as the normal distribution and the exponential distribution, the chi-squared distribution is not as often applied in the direct modeling of natural phenomena. It arises in the following hypothesis tests, among others.
Chi-squared test of independence in contingency tables
Chi-squared test of goodness of fit of observed data to hypothetical distributions
Likelihood-ratio test for nested models
Log-rank test in survival analysis
Cochran–Mantel–Haenszel test for stratified contingency tables
It is also a component of the definition of the t-distribution and the F-distribution used in t-tests, analysis of variance, and regression analysis.
The primary reason that the chi-squared distribution is used extensively in hypothesis testing is its relationship to the normal distribution. Many hypothesis tests use a test statistic, such as the t-statistic in a t-test. For these hypothesis tests, as the sample size, n, increases, the sampling distribution of the test statistic approaches the normal distribution (central limit theorem). Because the test statistic (such as t) is asymptotically normally distributed, provided the sample size is sufficiently large, the distribution used for hypothesis testing may be approximated by a normal distribution. Testing hypotheses using a normal distribution is well understood and relatively easy. The simplest chi-squared distribution is the square of a standard normal distribution. So wherever a normal distribution could be used for a hypothesis test, a chi-squared distribution could be used.
Specifically, suppose that Z is a standard normal random variable, with mean = 0 and variance = 1. Z ~ N(0,1). A sample drawn at random from Z is a sample from the distribution shown in the graph of the standard normal distribution.
Define a new random variable Q. To generate a random sample from Q, take a sample from Z and square the value. The distribution of the squared values is given by the random variable Q = Z2. The distribution of the random variable Q is an example of a chi-squared distribution:
Q∼χ12.{\displaystyle \ Q\ \sim \ \chi _{1}^{2}.}
The subscript 1 indicates that this particular chi-squared distribution is constructed from only 1 standard normal distribution. A chi-squared distribution constructed by squaring a single standard normal distribution is said to have 1 degree of freedom. Thus, as the sample size for a hypothesis test increases, the distribution of the test statistic approaches a normal distribution, and the distribution of the square of the test statistic approaches a chi-squared distribution. Just as extreme values of the normal distribution have low probability (and give small p-values), extreme values of the chi-squared distribution have low probability.
An additional reason that the chi-squared distribution is widely used is that it is a member of the class of likelihood ratio tests (LRT).[6] LRT's have several desirable properties; in particular, LRT's commonly provide the highest power to reject the null hypothesis (Neyman–Pearson lemma). However, the normal and chi-squared approximations are only valid asymptotically. For this reason, it is preferable to use the t distribution rather than the normal approximation or the chi-squared approximation for small sample size. Similarly, in analyses of contingency tables, the chi-squared approximation will be poor for small sample size, and it is preferable to use Fisher's exact test. Ramsey shows that the exact binomial test is always more powerful than the normal approximation.[7]
Lancaster[8]
shows the connections among the binomial, normal, and chi-squared distributions, as follows. De Moivre and Laplace established that a binomial distribution could be approximated by a normal distribution. Specifically they showed the asymptotic normality of the random variable
χ2{\displaystyle \chi ^{2}} = Pearson's cumulative test statistic, which asymptotically approaches a χ2{\displaystyle \chi ^{2}} distribution.
Oi{\displaystyle O_{i}} = the number of observations of type i.
Ei=Npi{\displaystyle E_{i}=Np_{i}} = the expected (theoretical) frequency of type i, asserted by the null hypothesis that the fraction of type i in the population is pi{\displaystyle p_{i}}
n{\displaystyle n} = the number of cells in the table.
In the case of a binomial outcome (flipping a coin), the binomial distribution may be approximated by a normal distribution (for sufficiently large n). Because the square of a standard normal distribution is the chi-squared distribution with one degree of freedom, the probability of a result such as 1 heads in 10 trials can be approximated either by the normal or the chi-squared distribution. However, many problems involve more than the two possible outcomes of a binomial, and instead require 3 or more categories, which leads to the multinomial distribution. Just as de Moivre and Laplace sought for and found the normal approximation to the binomial, Pearson sought for and found a multivariate normal approximation to the multinomial distribution. Pearson showed that the chi-squared distribution, the sum of multiple normal distributions, was such an approximation to the multinomial distribution [8]
Characteristics
Further properties of the chi-squared distribution can be found in the box at the upper right corner of this article.
Probability density function
The probability density function (pdf) of the chi-square distribution is
出典(authority):フリー百科事典『ウィキペディア(Wikipedia)』「2018/11/28 19:35:26」(JST)
====[http://en.wikipedia.org/wiki/chi-square%20distribution wiki en]====
This article is about the mathematics of the chi-squared distribution. For its uses in statistics, see chi-squared test. For the music group, see Chi2 (band).
(1−2t)−k/2 for t<12{\displaystyle (1-2t)^{-k/2}{\text{ for }}t<{\frac {1}{2}}\;}
CF
(1−2it)−k/2{\displaystyle (1-2it)^{-k/2}}
[1]
PGF
(1−2lnt)−k/2 for 0<t<e{\displaystyle (1-2\ln t)^{-k/2}{\text{ for }}0<t<{\sqrt {e}}\;}
In probability theory and statistics, the chi-squared distribution (also chi-square or χ2-distribution) with k degrees of freedom is the distribution of a sum of the squares of k independent standard normal random variables. The chi-square distribution is a special case of the gamma distribution and is one of the most widely used probability distributions in inferential statistics, notably in hypothesis testing or in construction of confidence intervals.[2][3][4][5] When it is being distinguished from the more general noncentral chi-squared distribution, this distribution is sometimes called the central chi-squared distribution.
The chi-squared distribution is used in the common chi-squared tests for goodness of fit of an observed distribution to a theoretical one, the independence of two criteria of classification of qualitative data, and in confidence interval estimation for a population standard deviation of a normal distribution from a sample standard deviation. Many other statistical tests also use this distribution, such as Friedman's analysis of variance by ranks.
Contents
1Definition
2Introduction
3Characteristics
3.1Probability density function
3.2Cumulative distribution function
3.3Additivity
3.4Sample mean
3.5Entropy
3.6Noncentral moments
3.7Cumulants
3.8Asymptotic properties
4Relation to other distributions
5Generalizations
5.1Linear combination
5.2Chi-squared distributions
5.2.1Noncentral chi-squared distribution
5.2.2Generalized chi-squared distribution
5.3Gamma, exponential, and related distributions
6Occurrence and applications
7Table of χ2 values vs p-values
8History and name
9See also
10References
11Further reading
12External links
Definition
If Z1, ..., Zk are independent, standard normal random variables, then the sum of their squares,
The chi-squared distribution has one parameter: k, a positive integer that specifies the number of degrees of freedom (the number of Zi’s).
Introduction
The chi-squared distribution is used primarily in hypothesis testing. Unlike more widely known distributions such as the normal distribution and the exponential distribution, the chi-squared distribution is not as often applied in the direct modeling of natural phenomena. It arises in the following hypothesis tests, among others.
Chi-squared test of independence in contingency tables
Chi-squared test of goodness of fit of observed data to hypothetical distributions
Likelihood-ratio test for nested models
Log-rank test in survival analysis
Cochran–Mantel–Haenszel test for stratified contingency tables
It is also a component of the definition of the t-distribution and the F-distribution used in t-tests, analysis of variance, and regression analysis.
The primary reason that the chi-squared distribution is used extensively in hypothesis testing is its relationship to the normal distribution. Many hypothesis tests use a test statistic, such as the t-statistic in a t-test. For these hypothesis tests, as the sample size, n, increases, the sampling distribution of the test statistic approaches the normal distribution (central limit theorem). Because the test statistic (such as t) is asymptotically normally distributed, provided the sample size is sufficiently large, the distribution used for hypothesis testing may be approximated by a normal distribution. Testing hypotheses using a normal distribution is well understood and relatively easy. The simplest chi-squared distribution is the square of a standard normal distribution. So wherever a normal distribution could be used for a hypothesis test, a chi-squared distribution could be used.
Specifically, suppose that Z is a standard normal random variable, with mean = 0 and variance = 1. Z ~ N(0,1). A sample drawn at random from Z is a sample from the distribution shown in the graph of the standard normal distribution.
Define a new random variable Q. To generate a random sample from Q, take a sample from Z and square the value. The distribution of the squared values is given by the random variable Q = Z2. The distribution of the random variable Q is an example of a chi-squared distribution:
Q∼χ12.{\displaystyle \ Q\ \sim \ \chi _{1}^{2}.}
The subscript 1 indicates that this particular chi-squared distribution is constructed from only 1 standard normal distribution. A chi-squared distribution constructed by squaring a single standard normal distribution is said to have 1 degree of freedom. Thus, as the sample size for a hypothesis test increases, the distribution of the test statistic approaches a normal distribution, and the distribution of the square of the test statistic approaches a chi-squared distribution. Just as extreme values of the normal distribution have low probability (and give small p-values), extreme values of the chi-squared distribution have low probability.
An additional reason that the chi-squared distribution is widely used is that it is a member of the class of likelihood ratio tests (LRT).[6] LRT's have several desirable properties; in particular, LRT's commonly provide the highest power to reject the null hypothesis (Neyman–Pearson lemma). However, the normal and chi-squared approximations are only valid asymptotically. For this reason, it is preferable to use the t distribution rather than the normal approximation or the chi-squared approximation for small sample size. Similarly, in analyses of contingency tables, the chi-squared approximation will be poor for small sample size, and it is preferable to use Fisher's exact test. Ramsey shows that the exact binomial test is always more powerful than the normal approximation.[7]
Lancaster shows the connections among the binomial, normal, and chi-squared distributions, as follows.[8] De Moivre and Laplace established that a binomial distribution could be approximated by a normal distribution. Specifically they showed the asymptotic normality of the random variable
χ2{\displaystyle \chi ^{2}} = Pearson's cumulative test statistic, which asymptotically approaches a χ2{\displaystyle \chi ^{2}} distribution.
Oi{\displaystyle O_{i}} = the number of observations of type i.
Ei=Npi{\displaystyle E_{i}=Np_{i}} = the expected (theoretical) frequency of type i, asserted by the null hypothesis that the fraction of type i in the population is pi{\displaystyle p_{i}}
n{\displaystyle n} = the number of cells in the table.
In the case of a binomial outcome (flipping a coin), the binomial distribution may be approximated by a normal distribution (for sufficiently large n). Because the square of a standard normal distribution is the chi-squared distribution with one degree of freedom, the probability of a result such as 1 heads in 10 trials can be approximated either by the normal or the chi-squared distribution. However, many problems involve more than the two possible outcomes of a binomial, and instead require 3 or more categories, which leads to the multinomial distribution. Just as de Moivre and Laplace sought for and found the normal approximation to the binomial, Pearson sought for and found a multivariate normal approximation to the multinomial distribution. Pearson showed that the chi-squared distribution, the sum of multiple normal distributions, was such an approximation to the multinomial distribution [8]
Characteristics
Further properties of the chi-squared distribution can be found in the box at the upper right corner of this article.
Probability density function
The probability density function (pdf) of the chi-square distribution is
where γ(s,t){\displaystyle \gamma (s,t)} is the lower incomplete gamma function and P(s,t){\textstyle P(s,t)} is the regularized gamma function.
In a special case of k = 2 this function has a simple form:[citation needed]
F(x;2)=1−e−x/2{\displaystyle F(x;\,2)=1-e^{-x/2}}
and the integer recurrence of the gamma function makes it easy to compute for other small even k.
Tables of the chi-squared cumulative distribution function are widely available and the function is included in many spreadsheets and all statistical packages.
Letting
z≡x/k{\displaystyle z\equiv x/k}
, Chernoff bounds on the lower and upper tails of the CDF may be obtained.[9] For the cases when
0<z<1{\displaystyle 0<z<1}
(which include all of the cases when this CDF is less than half):
For another approximation for the CDF modeled after the cube of a Gaussian, see under Noncentral chi-squared distribution.
Additivity
It follows from the definition of the chi-squared distribution that the sum of independent chi-squared variables is also chi-squared distributed. Specifically, if {Xi}i=1n are independent chi-squared variables with {ki}i=1n degrees of freedom, respectively, then Y = X1 + ⋯ + Xn is chi-squared distributed with k1 + ⋯ + kn degrees of freedom.
Sample mean
The sample mean of n{\displaystyle n} i.i.d. chi-squared variables of degree k{\displaystyle k} is distributed according to a gamma distribution with shape α{\displaystyle \alpha } and scale θ{\displaystyle \theta } parameters:
Asymptotically, given that for a scale parameter α{\displaystyle \alpha } going to infinity, a Gamma distribution converges towards a normal distribution with expectation μ=α⋅θ{\displaystyle \mu =\alpha \cdot \theta } and variance σ2=αθ2{\displaystyle \sigma ^{2}=\alpha \,\theta ^{2}}, the sample mean converges towards:
Note that we would have obtained the same result invoking instead the central limit theorem, noting that for each chi-squared variable of degree k{\displaystyle k} the expectation is k{\displaystyle k} , and its variance 2k{\displaystyle 2\,k} (and hence the variance of the sample mean X¯{\displaystyle {\bar {X}}} being σ2=2k/n{\displaystyle \sigma ^{2}=2\,k/n}).
are fixed. Since the chi-squared is in the family of gamma distributions, this can be derived by substituting appropriate values in the Expectation of the log moment of gamma. For derivation from more basic principles, see the derivation in moment-generating function of the sufficient statistic.
Noncentral moments
The moments about zero of a chi-squared distribution with k degrees of freedom are given by[10][11]
By the central limit theorem, because the chi-squared distribution is the sum of k independent random variables with finite mean and variance, it converges to a normal distribution for large k. For many practical purposes, for k > 50 the distribution is sufficiently close to a normal distribution for the difference to be ignored.[12] Specifically, if X ~ χ2(k), then as k tends to infinity, the distribution of (X−k)/2k{\displaystyle (X-k)/{\sqrt {2k}}} tends to a standard normal distribution. However, convergence is slow as the skewness is 8/k{\displaystyle {\sqrt {8/k}}} and the excess kurtosis is 12/k.
The sampling distribution of ln(χ2) converges to normality much faster than the sampling distribution of χ2,[13] as the logarithm removes much of the asymmetry.[14] Other functions of the chi-squared distribution converge more rapidly to a normal distribution. Some examples are:
If X ~ χ2(k) then 2X{\displaystyle \scriptstyle {\sqrt {2X}}} is approximately normally distributed with mean 2k−1{\displaystyle \scriptstyle {\sqrt {2k-1}}} and unit variance (1922, by R. A. Fisher, see (18.23), p. 426 of.[4]
If X ~ χ2(k) then X/k3{\displaystyle \scriptstyle {\sqrt[{3}]{X/k}}} is approximately normally distributed with mean 1−2/(9k){\displaystyle \scriptstyle 1-2/(9k)} and variance 2/(9k).{\displaystyle \scriptstyle 2/(9k).}[15] This is known as the Wilson–Hilferty transformation, see (18.24), p. 426 of.[4]
Relation to other distributions
This section needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.(September 2011) (Learn how and when to remove this template message)
Approximate formula for median compared with numerical quantile (top). Difference between numerical quantile and approximate formula (bottom).
χk2∼χ′k2(0){\displaystyle \chi _{k}^{2}\sim {\chi '}_{k}^{2}(0)} (noncentral chi-squared distribution with non-centrality parameter λ=0{\displaystyle \lambda =0})
If Y∼F(ν1,ν2){\displaystyle Y\sim \mathrm {F} (\nu _{1},\nu _{2})} then X=limν2→∞ν1Y{\displaystyle X=\lim _{\nu _{2}\to \infty }\nu _{1}Y} has the chi-squared distribution χν12{\displaystyle \chi _{\nu _{1}}^{2}}
As a special case, if Y∼F(1,ν2){\displaystyle Y\sim \mathrm {F} (1,\nu _{2})\,} then X=limν2→∞Y{\displaystyle X=\lim _{\nu _{2}\to \infty }Y\,} has the chi-squared distribution χ12{\displaystyle \chi _{1}^{2}}
‖Ni=1,…,k(0,1)‖2∼χk2{\displaystyle \|{\boldsymbol {N}}_{i=1,\ldots ,k}(0,1)\|^{2}\sim \chi _{k}^{2}} (The squared norm of k standard normally distributed variables is a chi-squared distribution with k degrees of freedom)
If X∼χ2(ν){\displaystyle X\sim \chi ^{2}(\nu )\,} and c>0{\displaystyle c>0\,}, then cX∼Γ(k=ν/2,θ=2c){\displaystyle cX\sim \Gamma (k=\nu /2,\theta =2c)\,}. (gamma distribution)
If X∼χk2{\displaystyle X\sim \chi _{k}^{2}} then X∼χk{\displaystyle {\sqrt {X}}\sim \chi _{k}} (chi distribution)
If X∼χ2(2){\displaystyle X\sim \chi ^{2}(2)}, then X∼Exp(1/2){\displaystyle X\sim \operatorname {Exp} (1/2)} is an exponential distribution. (See gamma distribution for more.)
If X∼Rayleigh(1){\displaystyle X\sim \operatorname {Rayleigh} (1)\,} (Rayleigh distribution) then X2∼χ2(2){\displaystyle X^{2}\sim \chi ^{2}(2)\,}
If X∼Maxwell(1){\displaystyle X\sim \operatorname {Maxwell} (1)\,} (Maxwell distribution) then X2∼χ2(3){\displaystyle X^{2}\sim \chi ^{2}(3)\,}
If X∼χ2(ν){\displaystyle X\sim \chi ^{2}(\nu )} then 1X∼Inv-χ2(ν){\displaystyle {\tfrac {1}{X}}\sim \operatorname {Inv-} \chi ^{2}(\nu )\,} (Inverse-chi-squared distribution)
The chi-squared distribution is a special case of type 3 Pearson distribution
If X∼χ2(ν1){\displaystyle X\sim \chi ^{2}(\nu _{1})\,} and Y∼χ2(ν2){\displaystyle Y\sim \chi ^{2}(\nu _{2})\,} are independent then XX+Y∼Beta(ν12,ν22){\displaystyle {\tfrac {X}{X+Y}}\sim \operatorname {Beta} ({\tfrac {\nu _{1}}{2}},{\tfrac {\nu _{2}}{2}})\,} (beta distribution)
If X∼U(0,1){\displaystyle X\sim \operatorname {U} (0,1)\,} (uniform distribution) then −2log(X)∼χ2(2){\displaystyle -2\log(X)\sim \chi ^{2}(2)\,}
χ2(6){\displaystyle \chi ^{2}(6)\,} is a transformation of Laplace distribution
If Xi∼Laplace(μ,β){\displaystyle X_{i}\sim \operatorname {Laplace} (\mu ,\beta )\,} then ∑i=1n2|Xi−μ|β∼χ2(2n){\displaystyle \sum _{i=1}^{n}{\frac {2|X_{i}-\mu |}{\beta }}\sim \chi ^{2}(2n)\,}
If Xi{\displaystyle X_{i}} follows the generalized normal distribution (version 1) with parameters μ,α,β{\displaystyle \mu ,\alpha ,\beta } then ∑i=1n2|Xi−μ|βα∼χ2(2nβ){\displaystyle \sum _{i=1}^{n}{\frac {2|X_{i}-\mu |^{\beta }}{\alpha }}\sim \chi ^{2}\left({\frac {2n}{\beta }}\right)\,}[16]
chi-squared distribution is a transformation of Pareto distribution
Student's t-distribution is a transformation of chi-squared distribution
Student's t-distribution can be obtained from chi-squared distribution and normal distribution
Noncentral beta distribution can be obtained as a transformation of chi-squared distribution and Noncentral chi-squared distribution
Noncentral t-distribution can be obtained from normal distribution and chi-squared distribution
A chi-squared variable with k degrees of freedom is defined as the sum of the squares of k independent standard normal random variables.
If Y is a k-dimensional Gaussian random vector with mean vector μ and rank k covariance matrix C, then X = (Y−μ)TC−1(Y − μ) is chi-squared distributed with k degrees of freedom.
The sum of squares of statistically independent unit-variance Gaussian variables which do not have mean zero yields a generalization of the chi-squared distribution called the noncentral chi-squared distribution.
If Y is a vector of k i.i.d. standard normal random variables and A is a k×k symmetric, idempotent matrix with rank k−n then the quadratic form YTAY is chi-squared distributed with k−n degrees of freedom.
If
Σ{\displaystyle \Sigma }
is a
p×p{\displaystyle p\times p}
positive-semidefinite covariance matrix with strictly positive diagonal entries, then for
The chi-squared distribution is also naturally related to other distributions arising from the Gaussian. In particular,
Y is F-distributed, Y ~ F(k1,k2) if Y=X1/k1X2/k2{\displaystyle \scriptstyle Y={\frac {X_{1}/k_{1}}{X_{2}/k_{2}}}} where X1 ~ χ²(k1) and X2 ~ χ²(k2) are statistically independent.
If X1 ~ χ2k1 and X2 ~ χ2k2 are statistically independent, then X1 + X2 ~ χ2k1+k2. If X1 and X2 are not independent, then X1 + X2 is not chi-squared distributed.
Generalizations
The chi-squared distribution is obtained as the sum of the squares of k independent, zero-mean, unit-variance Gaussian random variables. Generalizations of this distribution can be obtained by summing the squares of other types of Gaussian random variables. Several such distributions are described below.
Linear combination
If X1,…,Xn{\displaystyle X_{1},\ldots ,X_{n}} are chi square random variables and a1,…,an∈R>0{\displaystyle a_{1},\ldots ,a_{n}\in \mathbb {R} _{>0}}, then a closed expression for the distribution of X=∑i=1naiXi{\displaystyle X=\sum _{i=1}^{n}a_{i}X_{i}} is not known. It may be, however, approximated efficiently using the property of characteristic functions of chi-squared random variables.[17]
Chi-squared distributions
Noncentral chi-squared distribution
Main article: Noncentral chi-squared distribution
The noncentral chi-squared distribution is obtained from the sum of the squares of independent Gaussian random variables having unit variance and nonzero means.
Generalized chi-squared distribution
Main article: Generalized chi-squared distribution
The generalized chi-squared distribution is obtained from the quadratic form z′Az where z is a zero-mean Gaussian vector having an arbitrary covariance matrix, and A is an arbitrary matrix.
Gamma, exponential, and related distributions
The chi-squared distribution X∼χk2{\displaystyle X\sim \chi _{k}^{2}} is a special case of the gamma distribution, in that X∼Γ(k2,12){\displaystyle X\sim \Gamma \left({\frac {k}{2}},{\frac {1}{2}}\right)} using the rate parameterization of the gamma distribution (or
X∼Γ(k2,2){\displaystyle X\sim \Gamma \left({\frac {k}{2}},2\right)} using the scale parameterization of the gamma distribution)
where k is an integer.
Because the exponential distribution is also a special case of the gamma distribution, we also have that if
The Erlang distribution is also a special case of the gamma distribution and thus we also have that if
X∼χk2{\displaystyle X\sim \chi _{k}^{2}}
with even k, then X is Erlang distributed with shape parameter k/2 and scale parameter 1/2.
Occurrence and applications
The chi-squared distribution has numerous applications in inferential statistics, for instance in chi-squared tests and in estimating variances. It enters the problem of estimating the mean of a normally distributed population and the problem of estimating the slope of a regression line via its role in Student's t-distribution. It enters all analysis of variance problems via its role in the F-distribution, which is the distribution of the ratio of two independent chi-squared random variables, each divided by their respective degrees of freedom.
Following are some of the most common situations in which the chi-squared distribution arises from a Gaussian-distributed sample.
if X1, ..., Xn are i.i.d. N(μ, σ2) random variables, then ∑i=1n(Xi−X¯)2∼σ2χn−12{\displaystyle \sum _{i=1}^{n}(X_{i}-{\bar {X}})^{2}\sim \sigma ^{2}\chi _{n-1}^{2}} where X¯=1n∑i=1nXi{\displaystyle {\bar {X}}={\frac {1}{n}}\sum _{i=1}^{n}X_{i}}.
The box below shows some statistics based on Xi ∼ Normal(μi, σ2i), i = 1, ⋯, k, independent random variables that have probability distributions related to the chi-squared distribution:
The chi-squared distribution is also often encountered in magnetic resonance imaging.[18]
Table of χ2 values vs p-values
The p-value is the probability of observing a test statistic at least as extreme in a chi-squared distribution. Accordingly, since the cumulative distribution function (CDF) for the appropriate degrees of freedom (df) gives the probability of having obtained a value less extreme than this point, subtracting the CDF value from 1 gives the p-value. A low p-value, below the chosen significance level, indicates statistical significance, i.e., sufficient evidence to reject the null hypothesis. A significance level of 0.05 is often used as the cutoff between significant and not-significant results.
The table below gives a number of p-values matching to χ2 for the first 10 degrees of freedom.
Degrees of freedom (df)
χ2 value[19]
1
0.004
0.02
0.06
0.15
0.46
1.07
1.64
2.71
3.84
6.63
10.83
2
0.10
0.21
0.45
0.71
1.39
2.41
3.22
4.61
5.99
9.21
13.82
3
0.35
0.58
1.01
1.42
2.37
3.66
4.64
6.25
7.81
11.34
16.27
4
0.71
1.06
1.65
2.20
3.36
4.88
5.99
7.78
9.49
13.28
18.47
5
1.14
1.61
2.34
3.00
4.35
6.06
7.29
9.24
11.07
15.09
20.52
6
1.63
2.20
3.07
3.83
5.35
7.23
8.56
10.64
12.59
16.81
22.46
7
2.17
2.83
3.82
4.67
6.35
8.38
9.80
12.02
14.07
18.48
24.32
8
2.73
3.49
4.59
5.53
7.34
9.52
11.03
13.36
15.51
20.09
26.12
9
3.32
4.17
5.38
6.39
8.34
10.66
12.24
14.68
16.92
21.67
27.88
10
3.94
4.87
6.18
7.27
9.34
11.78
13.44
15.99
18.31
23.21
29.59
P value (Probability)
0.95
0.90
0.80
0.70
0.50
0.30
0.20
0.10
0.05
0.01
0.001
These values can be calculated evaluating the quantile function (also known as “inverse CDF” or “ICDF”) of the chi-squared distribution;[20] e. g., the χ2 ICDF for p = 0.05 and df = 7 yields 14.06714 ≈ 14.07 as in the table above.
History and name
This distribution was first described by the German statistician Friedrich Robert Helmert in papers of 1875–6,[21][22] where he computed the sampling distribution of the sample variance of a normal population. Thus in German this was traditionally known as the Helmert'sche ("Helmertian") or "Helmert distribution".
The distribution was independently rediscovered by the English mathematician Karl Pearson in the context of goodness of fit, for which he developed his Pearson's chi-squared test, published in 1900, with computed table of values published in (Elderton 1902), collected in (Pearson 1914, pp. xxxi–xxxiii, 26–28, Table XII).
The name "chi-squared" ultimately derives from Pearson's shorthand for the exponent in a multivariate normal distribution with the Greek letter Chi, writing
−½χ2 for what would appear in modern notation as −½xTΣ−1x (Σ being the covariance matrix).[23] The idea of a family of "chi-squared distributions", however, is not due to Pearson but arose as a further development due to Fisher in the 1920s.[21]
See also
Statistics portal
Chi distribution
Cochran's theorem
F-distribution
Fisher's method for combining independent tests of significance
Gamma distribution
Generalized chi-squared distribution
Hotelling's T-squared distribution
Noncentral chi-squared distribution
Pearson's chi-squared test
Reduced chi-squared statistic
Student's t-distribution
Wilks's lambda distribution
Wishart distribution
References
^M.A. Sanders. "Characteristic function of the central chi-squared distribution" (PDF). Archived from the original (PDF) on 2011-07-15. Retrieved 2009-03-06.
^Abramowitz, Milton; Stegun, Irene Ann, eds. (1983) [June 1964]. "Chapter 26". Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables. Applied Mathematics Series. 55 (Ninth reprint with additional corrections of tenth original printing with corrections (December 1972); first ed.). Washington D.C.; New York: United States Department of Commerce, National Bureau of Standards; Dover Publications. p. 940. ISBN 978-0-486-61272-0. LCCN 64-60036. MR 0167642. LCCN 65-12253.
^NIST (2006). Engineering Statistics Handbook – Chi-Squared Distribution
^ abcJohnson, N. L.; Kotz, S.; Balakrishnan, N. (1994). "Chi-Squared Distributions including Chi and Rayleigh". Continuous Univariate Distributions. 1 (Second ed.). John Wiley and Sons. pp. 415–493. ISBN 0-471-58495-9.
^Mood, Alexander; Graybill, Franklin A.; Boes, Duane C. (1974). Introduction to the Theory of Statistics (Third ed.). McGraw-Hill. pp. 241–246. ISBN 0-07-042864-6.
^Westfall, Peter H. (2013). Understanding Advanced Statistical Methods. Boca Raton, FL: CRC Press. ISBN 978-1-4665-1210-8.
^Ramsey, PH (1988). "Evaluating the Normal Approximation to the Binomial Test". Journal of Educational Statistics. 13 (2): 173–82. doi:10.2307/1164752.
^ abLancaster, H.O. (1969), The Chi-squared Distribution, Wiley
^Dasgupta, Sanjoy D. A.; Gupta, Anupam K. (January 2003). "An Elementary Proof of a Theorem of Johnson and Lindenstrauss" (PDF). Random Structures and Algorithms. 22 (1): 60–65. doi:10.1002/rsa.10073. Retrieved 2012-05-01.
^Chi-squared distribution, from MathWorld, retrieved Feb. 11, 2009
^M. K. Simon, Probability Distributions Involving Gaussian Random Variables, New York: Springer, 2002, eq. (2.35), ISBN 978-0-387-34657-1
^Box, Hunter and Hunter (1978). Statistics for experimenters. Wiley. p. 118. ISBN 0471093157.
^Bartlett, M. S.; Kendall, D. G. (1946). "The Statistical Analysis of Variance-Heterogeneity and the Logarithmic Transformation". Supplement to the Journal of the Royal Statistical Society. 8 (1): 128–138. JSTOR 2983618.
^ abPillai, Natesh S. (2016). "An unexpected encounter with Cauchy and Lévy" (PDF). Annals of Statistics. 44 (5): 2089–2097. arXiv:1505.01957. doi:10.1214/15-aos1407.
^Wilson, E. B.; Hilferty, M. M. (1931). "The distribution of chi-squared". Proc. Natl. Acad. Sci. USA. 17 (12): 684–688. Bibcode:1931PNAS...17..684W. doi:10.1073/pnas.17.12.684. PMC 1076144.
^Bäckström, T.; Fischer, J. (January 2018). "Fast Randomization for Distributed Low-Bitrate Coding of Speech and Audio". IEEE/ACM Transaction on Audio, Speech, and Language Processing. 26 (1): 19&ndash, 30. doi:10.1109/TASLP.2017.2757601.
^Bausch, J. (2013). "On the Efficient Calculation of a Linear Combination of Chi-Square Random Variables with an Application in Counting String Vacua". J. Phys. A: Math. Theor. 46 (2013) 505202. 46: 505202. doi:10.1088/1751-8113/46/50/505202.
^den Dekker A. J., Sijbers J., (2014) "Data distributions in magnetic resonance images: a review", Physica Medica, [1]
^Chi-Squared Test Table B.2. Dr. Jacqueline S. McLaughlin at The Pennsylvania State University. In turn citing: R. A. Fisher and F. Yates, Statistical Tables for Biological Agricultural and Medical Research, 6th ed., Table IV. Two values have been corrected, 7.82 with 7.81 and 4.60 with 4.61
^R Tutorial: Chi-squared Distribution
^ abHald 1998, pp. 633–692, 27. Sampling Distributions under Normality.
^F. R. Helmert, "Ueber die Wahrscheinlichkeit der Potenzsummen der Beobachtungsfehler und über einige damit im Zusammenhange stehende Fragen", Zeitschrift für Mathematik und Physik 21, 1876, pp. 102–219
^
R. L. Plackett, Karl Pearson and the Chi-Squared Test, International Statistical Review, 1983, 61f.
See also Jeff Miller, Earliest Known Uses of Some of the Words of Mathematics.
Further reading
Hald, Anders (1998). A history of mathematical statistics from 1750 to 1930. New York: Wiley. ISBN 0-471-17912-4.
Elderton, William Palin (1902). "Tables for Testing the Goodness of Fit of Theory to Observation". Biometrika. 1 (2): 155–163. doi:10.1093/biomet/1.2.155.
Hazewinkel, Michiel, ed. (2001) [1994], "Chi-squared distribution", Encyclopedia of Mathematics, Springer Science+Business Media B.V. / Kluwer Academic Publishers, ISBN 978-1-55608-010-4
External links
Earliest Uses of Some of the Words of Mathematics: entry on Chi squared has a brief history
Course notes on Chi-Squared Goodness of Fit Testing from Yale University Stats 101 class.
Mathematica demonstration showing the chi-squared sampling distribution of various statistics, e. g. Σx², for a normal population
Simple algorithm for approximating cdf and inverse cdf for the chi-squared distribution with a pocket calculator
v
t
e
Probability distributions
List
Discrete univariate with finite support
Benford
Bernoulli
beta-binomial
binomial
categorical
hypergeometric
Poisson binomial
Rademacher
soliton
discrete uniform
Zipf
Zipf–Mandelbrot
Discrete univariate with infinite support
beta negative binomial
Borel
Conway–Maxwell–Poisson
discrete phase-type
Delaporte
extended negative binomial
Gauss–Kuzmin
geometric
logarithmic
negative binomial
parabolic fractal
Poisson
Skellam
Yule–Simon
zeta
Continuous univariate supported on a bounded interval
arcsine
ARGUS
Balding–Nichols
Bates
beta
beta rectangular
Irwin–Hall
Kumaraswamy
logit-normal
noncentral beta
raised cosine
reciprocal
triangular
U-quadratic
uniform
Wigner semicircle
Continuous univariate supported on a semi-infinite interval
Benini
Benktander 1st kind
Benktander 2nd kind
beta prime
Burr
chi-squared
chi
Dagum
Davis
exponential-logarithmic
Erlang
exponential
F
folded normal
Flory–Schulz
Fréchet
gamma
gamma/Gompertz
generalized inverse Gaussian
Gompertz
half-logistic
half-normal
Hotelling's T-squared
hyper-Erlang
hyperexponential
hypoexponential
inverse chi-squared
scaled inverse chi-squared
inverse Gaussian
inverse gamma
Kolmogorov
Lévy
log-Cauchy
log-Laplace
log-logistic
log-normal
Lomax
matrix-exponential
Maxwell–Boltzmann
Maxwell–Jüttner
Mittag-Leffler
Nakagami
noncentral chi-squared
Pareto
phase-type
poly-Weibull
Rayleigh
relativistic Breit–Wigner
Rice
shifted Gompertz
truncated normal
type-2 Gumbel
Weibull
Discrete Weibull
Wilks's lambda
Continuous univariate supported on the whole real line
Cauchy
exponential power
Fisher's z
Gaussian q
generalized normal
generalized hyperbolic
geometric stable
Gumbel
Holtsmark
hyperbolic secant
Johnson's SU
Landau
Laplace
asymmetric Laplace
logistic
noncentral t
normal (Gaussian)
normal-inverse Gaussian
skew normal
slash
stable
Student's t
type-1 Gumbel
Tracy–Widom
variance-gamma
Voigt
Continuous univariate with support whose type varies
and the integer recurrence of the gamma function makes it easy to compute for other small even k.
Tables of the chi-squared cumulative distribution function are widely available and the function is included in many spreadsheets and all statistical packages.
</math>, Chernoff bounds on the lower and upper tails of the CDF may be obtained.[9] For the cases when <math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle 0<z<1}">
For another approximation for the CDF modeled after the cube of a Gaussian, see under Noncentral chi-squared distribution.
Additivity
It follows from the definition of the chi-squared distribution that the sum of independent chi-squared variables is also chi-squared distributed. Specifically, if {Xi}i=1n are independent chi-squared variables with {ki}i=1n degrees of freedom, respectively, then Y = X1 + ⋯ + Xn is chi-squared distributed with k1 + ⋯ + kn degrees of freedom.
Sample mean
The sample mean of <math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle n}">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mi>n</mi>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle n}</annotation>
</semantics>
</math> i.i.d. chi-squared variables of degree <math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle k}">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mi>k</mi>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle k}</annotation>
</semantics>
</math> is distributed according to a gamma distribution with shape <math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \alpha }">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mi>α</mi>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle \alpha }</annotation>
</semantics>
</math> and scale <math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \theta }">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mi>θ</mi>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle \theta }</annotation>
</semantics>
</math> parameters:
The chi-squared distribution is the maximum entropy probability distribution for a random variate X for which <math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \operatorname {E} (X)=k}">
</math> are fixed. Since the chi-squared is in the family of gamma distributions, this can be derived by substituting appropriate values in the Expectation of the log moment of gamma. For derivation from more basic principles, see the derivation in moment-generating function of the sufficient statistic.
Noncentral moments
The moments about zero of a chi-squared distribution with k degrees of freedom are given by[10][11]
By the central limit theorem, because the chi-squared distribution is the sum of k independent random variables with finite mean and variance, it converges to a normal distribution for large k. For many practical purposes, for k > 50 the distribution is sufficiently close to a normal distribution for the difference to be ignored.[12] Specifically, if X ~ χ2(k), then as k tends to infinity, the distribution of <math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle (X-k)/{\sqrt {2k}}}">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mo stretchy="false">(</mo>
<mi>X</mi>
<mo>−</mo>
<mi>k</mi>
<mo stretchy="false">)</mo>
<mrow class="MJX-TeXAtom-ORD">
<mo>/</mo>
</mrow>
<mrow class="MJX-TeXAtom-ORD">
<msqrt>
<mn>2</mn>
<mi>k</mi>
</msqrt>
</mrow>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle (X-k)/{\sqrt {2k}}}</annotation>
</semantics>
</math> tends to a standard normal distribution. However, convergence is slow as the skewness is <math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle {\sqrt {8/k}}}">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mrow class="MJX-TeXAtom-ORD">
<msqrt>
<mn>8</mn>
<mrow class="MJX-TeXAtom-ORD">
<mo>/</mo>
</mrow>
<mi>k</mi>
</msqrt>
</mrow>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle {\sqrt {8/k}}}</annotation>
</semantics>
</math> and the excess kurtosis is 12/k.
The sampling distribution of ln(χ2) converges to normality much faster than the sampling distribution of χ2,[13] as the logarithm removes much of the asymmetry.[14] Other functions of the chi-squared distribution converge more rapidly to a normal distribution. Some examples are:
If X ~ χ2(k) then <math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \scriptstyle {\sqrt {2X}}}">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mstyle displaystyle="false" scriptlevel="1">
<mrow class="MJX-TeXAtom-ORD">
<msqrt>
<mn>2</mn>
<mi>X</mi>
</msqrt>
</mrow>
</mstyle>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle \scriptstyle {\sqrt {2X}}}</annotation>
</semantics>
</math> is approximately normally distributed with mean <math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \scriptstyle {\sqrt {2k-1}}}">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mstyle displaystyle="false" scriptlevel="1">
<mrow class="MJX-TeXAtom-ORD">
<msqrt>
<mn>2</mn>
<mi>k</mi>
<mo>−</mo>
<mn>1</mn>
</msqrt>
</mrow>
</mstyle>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle \scriptstyle {\sqrt {2k-1}}}</annotation>
</semantics>
</math> and unit variance (1922, by R. A. Fisher, see (18.23), p. 426 of.[4]
If X ~ χ2(k) then <math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \scriptstyle {\sqrt[{3}]{X/k}}}">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mstyle displaystyle="false" scriptlevel="1">
<mrow class="MJX-TeXAtom-ORD">
<mroot>
<mrow>
<mi>X</mi>
<mrow class="MJX-TeXAtom-ORD">
<mo>/</mo>
</mrow>
<mi>k</mi>
</mrow>
<mrow class="MJX-TeXAtom-ORD">
<mn>3</mn>
</mrow>
</mroot>
</mrow>
</mstyle>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle \scriptstyle {\sqrt[{3}]{X/k}}}</annotation>
</semantics>
</math> is approximately normally distributed with mean <math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \scriptstyle 1-2/(9k)}">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mstyle displaystyle="false" scriptlevel="1">
<mn>1</mn>
<mo>−</mo>
<mn>2</mn>
<mrow class="MJX-TeXAtom-ORD">
<mo>/</mo>
</mrow>
<mo stretchy="false">(</mo>
<mn>9</mn>
<mi>k</mi>
<mo stretchy="false">)</mo>
</mstyle>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle \scriptstyle 1-2/(9k)}</annotation>
</semantics>
</math> and variance <math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \scriptstyle 2/(9k).}">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mstyle displaystyle="false" scriptlevel="1">
<mn>2</mn>
<mrow class="MJX-TeXAtom-ORD">
<mo>/</mo>
</mrow>
<mo stretchy="false">(</mo>
<mn>9</mn>
<mi>k</mi>
<mo stretchy="false">)</mo>
<mo>.</mo>
</mstyle>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle \scriptstyle 2/(9k).}</annotation>
</semantics>
</math>[15] This is known as the Wilson–Hilferty transformation, see (18.24), p. 426 of.[4]
Relation to other distributions
<tbody></tbody>
This section needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.(September 2011) (Learn how and when to remove this template message)
Approximate formula for median compared with numerical quantile (top). Difference between numerical quantile and approximate formula (bottom).
chi-squared distribution is a transformation of Pareto distribution
Student's t-distribution is a transformation of chi-squared distribution
Student's t-distribution can be obtained from chi-squared distribution and normal distribution
Noncentral beta distribution can be obtained as a transformation of chi-squared distribution and Noncentral chi-squared distribution
Noncentral t-distribution can be obtained from normal distribution and chi-squared distribution
A chi-squared variable with k degrees of freedom is defined as the sum of the squares of k independent standard normal random variables.
If Y is a k-dimensional Gaussian random vector with mean vector μ and rank k covariance matrix C, then X = (Y−μ)TC−1(Y − μ) is chi-squared distributed with k degrees of freedom.
The sum of squares of statistically independent unit-variance Gaussian variables which do not have mean zero yields a generalization of the chi-squared distribution called the noncentral chi-squared distribution.
If Y is a vector of k i.i.d. standard normal random variables and A is a k×k symmetric, idempotent matrix with rank k−n then the quadratic form YTAY is chi-squared distributed with k−n degrees of freedom.
If X1 ~ χ2k1 and X2 ~ χ2k2 are statistically independent, then X1 + X2 ~ χ2k1+k2. If X1 and X2 are not independent, then X1 + X2 is not chi-squared distributed.
Generalizations
The chi-squared distribution is obtained as the sum of the squares of k independent, zero-mean, unit-variance Gaussian random variables. Generalizations of this distribution can be obtained by summing the squares of other types of Gaussian random variables. Several such distributions are described below.
Linear combination
If <math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle X_{1},\ldots ,X_{n}}">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<msub>
<mi>X</mi>
<mrow class="MJX-TeXAtom-ORD">
<mn>1</mn>
</mrow>
</msub>
<mo>,</mo>
<mo>…</mo>
<mo>,</mo>
<msub>
<mi>X</mi>
<mrow class="MJX-TeXAtom-ORD">
<mi>n</mi>
</mrow>
</msub>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle X_{1},\ldots ,X_{n}}</annotation>
</semantics>
</math> are chi square random variables and <math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle a_{1},\ldots ,a_{n}\in \mathbb {R} _{>0}}">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<msub>
<mi>a</mi>
<mrow class="MJX-TeXAtom-ORD">
<mn>1</mn>
</mrow>
</msub>
<mo>,</mo>
<mo>…</mo>
<mo>,</mo>
<msub>
<mi>a</mi>
<mrow class="MJX-TeXAtom-ORD">
<mi>n</mi>
</mrow>
</msub>
<mo>∈</mo>
<msub>
<mrow class="MJX-TeXAtom-ORD">
<mi mathvariant="double-struck">R</mi>
</mrow>
<mrow class="MJX-TeXAtom-ORD">
<mo>></mo>
<mn>0</mn>
</mrow>
</msub>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle a_{1},\ldots ,a_{n}\in \mathbb {R} _{>0}}</annotation>
</semantics>
</math>, then a closed expression for the distribution of <math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle X=\sum _{i=1}^{n}a_{i}X_{i}}">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mi>X</mi>
<mo>=</mo>
<munderover>
<mo>∑</mo>
<mrow class="MJX-TeXAtom-ORD">
<mi>i</mi>
<mo>=</mo>
<mn>1</mn>
</mrow>
<mrow class="MJX-TeXAtom-ORD">
<mi>n</mi>
</mrow>
</munderover>
<msub>
<mi>a</mi>
<mrow class="MJX-TeXAtom-ORD">
<mi>i</mi>
</mrow>
</msub>
<msub>
<mi>X</mi>
<mrow class="MJX-TeXAtom-ORD">
<mi>i</mi>
</mrow>
</msub>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle X=\sum _{i=1}^{n}a_{i}X_{i}}</annotation>
</semantics>
</math> is not known. It may be, however, approximated efficiently using the property of characteristic functions of chi-squared random variables.[17]
Chi-squared distributions
Noncentral chi-squared distribution
Main article: Noncentral chi-squared distribution
The noncentral chi-squared distribution is obtained from the sum of the squares of independent Gaussian random variables having unit variance and nonzero means.
Generalized chi-squared distribution
Main article: Generalized chi-squared distribution
The generalized chi-squared distribution is obtained from the quadratic form z′Az where z is a zero-mean Gaussian vector having an arbitrary covariance matrix, and A is an arbitrary matrix.
Gamma, exponential, and related distributions
The chi-squared distribution <math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle X\sim \chi _{k}^{2}}">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mi>X</mi>
<mo>∼</mo>
<msubsup>
<mi>χ</mi>
<mrow class="MJX-TeXAtom-ORD">
<mi>k</mi>
</mrow>
<mrow class="MJX-TeXAtom-ORD">
<mn>2</mn>
</mrow>
</msubsup>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle X\sim \chi _{k}^{2}}</annotation>
</semantics>
</math> is a special case of the gamma distribution, in that <math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle X\sim \Gamma \left({\frac {k}{2}},{\frac {1}{2}}\right)}">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mi>X</mi>
<mo>∼</mo>
<mi mathvariant="normal">Γ</mi>
<mrow>
<mo>(</mo>
<mrow>
<mrow class="MJX-TeXAtom-ORD">
<mfrac>
<mi>k</mi>
<mn>2</mn>
</mfrac>
</mrow>
<mo>,</mo>
<mrow class="MJX-TeXAtom-ORD">
<mfrac>
<mn>1</mn>
<mn>2</mn>
</mfrac>
</mrow>
</mrow>
<mo>)</mo>
</mrow>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle X\sim \Gamma \left({\frac {k}{2}},{\frac {1}{2}}\right)}</annotation>
</semantics>
</math> using the rate parameterization of the gamma distribution (or
<math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle X\sim \Gamma \left({\frac {k}{2}},2\right)}">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mi>X</mi>
<mo>∼</mo>
<mi mathvariant="normal">Γ</mi>
<mrow>
<mo>(</mo>
<mrow>
<mrow class="MJX-TeXAtom-ORD">
<mfrac>
<mi>k</mi>
<mn>2</mn>
</mfrac>
</mrow>
<mo>,</mo>
<mn>2</mn>
</mrow>
<mo>)</mo>
</mrow>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle X\sim \Gamma \left({\frac {k}{2}},2\right)}</annotation>
</semantics>
</math> using the scale parameterization of the gamma distribution)
where k is an integer.
Because the exponential distribution is also a special case of the gamma distribution, we also have that if <math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle X\sim \chi _{2}^{2}}">
The Erlang distribution is also a special case of the gamma distribution and thus we also have that if <math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle X\sim \chi _{k}^{2}}">
</math> with even k, then X is Erlang distributed with shape parameter k/2 and scale parameter 1/2.
Occurrence and applications
The chi-squared distribution has numerous applications in inferential statistics, for instance in chi-squared tests and in estimating variances. It enters the problem of estimating the mean of a normally distributed population and the problem of estimating the slope of a regression line via its role in Student's t-distribution. It enters all analysis of variance problems via its role in the F-distribution, which is the distribution of the ratio of two independent chi-squared random variables, each divided by their respective degrees of freedom.
Following are some of the most common situations in which the chi-squared distribution arises from a Gaussian-distributed sample.
The box below shows some statistics based on Xi ∼ Normal(μi, σ2i), i = 1, ⋯, k, independent random variables that have probability distributions related to the chi-squared distribution:
The chi-squared distribution is also often encountered in magnetic resonance imaging.[18]
Table of χ2 values vs p-values
The p-value is the probability of observing a test statistic at least as extreme in a chi-squared distribution. Accordingly, since the cumulative distribution function (CDF) for the appropriate degrees of freedom (df) gives the probability of having obtained a value less extreme than this point, subtracting the CDF value from 1 gives the p-value. A low p-value, below the chosen significance level, indicates statistical significance, i.e., sufficient evidence to reject the null hypothesis. A significance level of 0.05 is often used as the cutoff between significant and not-significant results.
The table below gives a number of p-values matching to χ2 for the first 10 degrees of freedom.
<tbody>
</tbody>
Degrees of freedom (df)
χ2 value[19]
1
0.004
0.02
0.06
0.15
0.46
1.07
1.64
2.71
3.84
6.63
10.83
2
0.10
0.21
0.45
0.71
1.39
2.41
3.22
4.61
5.99
9.21
13.82
3
0.35
0.58
1.01
1.42
2.37
3.66
4.64
6.25
7.81
11.34
16.27
4
0.71
1.06
1.65
2.20
3.36
4.88
5.99
7.78
9.49
13.28
18.47
5
1.14
1.61
2.34
3.00
4.35
6.06
7.29
9.24
11.07
15.09
20.52
6
1.63
2.20
3.07
3.83
5.35
7.23
8.56
10.64
12.59
16.81
22.46
7
2.17
2.83
3.82
4.67
6.35
8.38
9.80
12.02
14.07
18.48
24.32
8
2.73
3.49
4.59
5.53
7.34
9.52
11.03
13.36
15.51
20.09
26.12
9
3.32
4.17
5.38
6.39
8.34
10.66
12.24
14.68
16.92
21.67
27.88
10
3.94
4.87
6.18
7.27
9.34
11.78
13.44
15.99
18.31
23.21
29.59
P value (Probability)
0.95
0.90
0.80
0.70
0.50
0.30
0.20
0.10
0.05
0.01
0.001
These values can be calculated evaluating the quantile function (also known as “inverse CDF” or “ICDF”) of the chi-squared distribution;[20] e. g., the χ2 ICDF for p = 0.05 and df = 7 yields 14.06714 ≈ 14.07 as in the table above.
History and name
This distribution was first described by the German statistician Friedrich Robert Helmert in papers of 1875–6,[21][22] where he computed the sampling distribution of the sample variance of a normal population. Thus in German this was traditionally known as the Helmert'sche ("Helmertian") or "Helmert distribution".
The distribution was independently rediscovered by the English mathematician Karl Pearson in the context of goodness of fit, for which he developed his Pearson's chi-squared test, published in 1900, with computed table of values published in (Elderton 1902), collected in (Pearson 1914, pp. xxxi–xxxiii, 26–28, Table XII).
The name "chi-squared" ultimately derives from Pearson's shorthand for the exponent in a multivariate normal distribution with the Greek letter Chi, writing
−½χ2 for what would appear in modern notation as −½xTΣ−1x (Σ being the covariance matrix).[23] The idea of a family of "chi-squared distributions", however, is not due to Pearson but arose as a further development due to Fisher in the 1920s.[21]
See also
Statistics portal
Chi distribution
Cochran's theorem
F-distribution
Fisher's method for combining independent tests of significance
Gamma distribution
Generalized chi-squared distribution
Hotelling's T-squared distribution
Noncentral chi-squared distribution
Pearson's chi-squared test
Reduced chi-squared statistic
Student's t-distribution
Wilks's lambda distribution
Wishart distribution
References
^M.A. Sanders. "Characteristic function of the central chi-squared distribution" (PDF). Archived from the original (PDF) on 2011-07-15. Retrieved 2009-03-06.<style data-mw-deduplicate="TemplateStyles:r861714446">.mw-parser-output cite.citation{font-style:inherit}.mw-parser-output q{quotes:"\"""\"""'""'"}.mw-parser-output code.cs1-code{color:inherit;background:inherit;border:inherit;padding:inherit}.mw-parser-output .cs1-lock-free a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .cs1-lock-limited a,.mw-parser-output .cs1-lock-registration a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .cs1-lock-subscription a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Lock-red-alt-2.svg/9px-Lock-red-alt-2.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration{color:#555}.mw-parser-output .cs1-subscription span,.mw-parser-output .cs1-registration span{border-bottom:1px dotted;cursor:help}.mw-parser-output .cs1-hidden-error{display:none;font-size:100%}.mw-parser-output .cs1-visible-error{font-size:100%}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration,.mw-parser-output .cs1-format{font-size:95%}.mw-parser-output .cs1-kern-left,.mw-parser-output .cs1-kern-wl-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right,.mw-parser-output .cs1-kern-wl-right{padding-right:0.2em}</style>
^Abramowitz, Milton; Stegun, Irene Ann, eds. (1983) [June 1964]. "Chapter 26". Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables. Applied Mathematics Series. 55 (Ninth reprint with additional corrections of tenth original printing with corrections (December 1972); first ed.). Washington D.C.; New York: United States Department of Commerce, National Bureau of Standards; Dover Publications. p. 940. ISBN 978-0-486-61272-0. LCCN 64-60036. MR 0167642. LCCN 65-12253.<link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r861714446"/>
^NIST (2006). Engineering Statistics Handbook – Chi-Squared Distribution
^ abcJohnson, N. L.; Kotz, S.; Balakrishnan, N. (1994). "Chi-Squared Distributions including Chi and Rayleigh". Continuous Univariate Distributions. 1 (Second ed.). John Wiley and Sons. pp. 415–493. ISBN 0-471-58495-9.<link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r861714446"/>
^Mood, Alexander; Graybill, Franklin A.; Boes, Duane C. (1974). Introduction to the Theory of Statistics (Third ed.). McGraw-Hill. pp. 241–246. ISBN 0-07-042864-6.<link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r861714446"/>
^Westfall, Peter H. (2013). Understanding Advanced Statistical Methods. Boca Raton, FL: CRC Press. ISBN 978-1-4665-1210-8.<link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r861714446"/>
^Ramsey, PH (1988). "Evaluating the Normal Approximation to the Binomial Test". Journal of Educational Statistics. 13 (2): 173–82. doi:10.2307/1164752.<link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r861714446"/>
^ abLancaster, H.O. (1969), The Chi-squared Distribution, Wiley<link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r861714446"/>
^Dasgupta, Sanjoy D. A.; Gupta, Anupam K. (January 2003). "An Elementary Proof of a Theorem of Johnson and Lindenstrauss" (PDF). Random Structures and Algorithms. 22 (1): 60–65. doi:10.1002/rsa.10073. Retrieved 2012-05-01.<link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r861714446"/>
^Chi-squared distribution, from MathWorld, retrieved Feb. 11, 2009
^M. K. Simon, Probability Distributions Involving Gaussian Random Variables, New York: Springer, 2002, eq. (2.35), <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r861714446"/>ISBN 978-0-387-34657-1
^Box, Hunter and Hunter (1978). Statistics for experimenters. Wiley. p. 118. ISBN 0471093157.<link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r861714446"/>
^Bartlett, M. S.; Kendall, D. G. (1946). "The Statistical Analysis of Variance-Heterogeneity and the Logarithmic Transformation". Supplement to the Journal of the Royal Statistical Society. 8 (1): 128–138. JSTOR 2983618.<link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r861714446"/>
^ abPillai, Natesh S. (2016). "An unexpected encounter with Cauchy and Lévy" (PDF). Annals of Statistics. 44 (5): 2089–2097. arXiv:1505.01957. doi:10.1214/15-aos1407.<link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r861714446"/>
^Wilson, E. B.; Hilferty, M. M. (1931). "The distribution of chi-squared". Proc. Natl. Acad. Sci. USA. 17 (12): 684–688. Bibcode:1931PNAS...17..684W. doi:10.1073/pnas.17.12.684. PMC 1076144.<link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r861714446"/>
^Bäckström, T.; Fischer, J. (January 2018). "Fast Randomization for Distributed Low-Bitrate Coding of Speech and Audio". IEEE/ACM Transaction on Audio, Speech, and Language Processing. 26 (1): 19&ndash, 30. doi:10.1109/TASLP.2017.2757601.<link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r861714446"/>
^Bausch, J. (2013). "On the Efficient Calculation of a Linear Combination of Chi-Square Random Variables with an Application in Counting String Vacua". J. Phys. A: Math. Theor. 46 (2013) 505202. 46: 505202. doi:10.1088/1751-8113/46/50/505202.<link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r861714446"/>
^den Dekker A. J., Sijbers J., (2014) "Data distributions in magnetic resonance images: a review", Physica Medica, [1]
^Chi-Squared Test Table B.2. Dr. Jacqueline S. McLaughlin at The Pennsylvania State University. In turn citing: R. A. Fisher and F. Yates, Statistical Tables for Biological Agricultural and Medical Research, 6th ed., Table IV. Two values have been corrected, 7.82 with 7.81 and 4.60 with 4.61
^R Tutorial: Chi-squared Distribution
^ abHald 1998, pp. 633–692, 27. Sampling Distributions under Normality.
^F. R. Helmert, "Ueber die Wahrscheinlichkeit der Potenzsummen der Beobachtungsfehler und über einige damit im Zusammenhange stehende Fragen", Zeitschrift für Mathematik und Physik 21, 1876, pp. 102–219
^
R. L. Plackett, Karl Pearson and the Chi-Squared Test, International Statistical Review, 1983, 61f.
See also Jeff Miller, Earliest Known Uses of Some of the Words of Mathematics.
Hald, Anders (1998). A history of mathematical statistics from 1750 to 1930. New York: Wiley. ISBN 0-471-17912-4.<link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r861714446"/>
Elderton, William Palin (1902). "Tables for Testing the Goodness of Fit of Theory to Observation". Biometrika. 1 (2): 155–163. doi:10.1093/biomet/1.2.155.<link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r861714446"/>
Hazewinkel, Michiel, ed. (2001) [1994], "Chi-squared distribution", Encyclopedia of Mathematics, Springer Science+Business Media B.V. / Kluwer Academic Publishers, ISBN 978-1-55608-010-4<link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r861714446"/>
External links
Earliest Uses of Some of the Words of Mathematics: entry on Chi squared has a brief history
Course notes on Chi-Squared Goodness of Fit Testing from Yale University Stats 101 class.
Mathematica demonstration showing the chi-squared sampling distribution of various statistics, e. g. Σx², for a normal population
Simple algorithm for approximating cdf and inverse cdf for the chi-squared distribution with a pocket calculator
<tbody></tbody>
v
t
e
Probability distributions
List
Discrete univariate with finite support
Benford
Bernoulli
beta-binomial
binomial
categorical
hypergeometric
Poisson binomial
Rademacher
soliton
discrete uniform
Zipf
Zipf–Mandelbrot
Discrete univariate with infinite support
beta negative binomial
Borel
Conway–Maxwell–Poisson
discrete phase-type
Delaporte
extended negative binomial
Gauss–Kuzmin
geometric
logarithmic
negative binomial
parabolic fractal
Poisson
Skellam
Yule–Simon
zeta
Continuous univariate supported on a bounded interval
arcsine
ARGUS
Balding–Nichols
Bates
beta
beta rectangular
Irwin–Hall
Kumaraswamy
logit-normal
noncentral beta
raised cosine
reciprocal
triangular
U-quadratic
uniform
Wigner semicircle
Continuous univariate supported on a semi-infinite interval
Benini
Benktander 1st kind
Benktander 2nd kind
beta prime
Burr
chi-squared
chi
Dagum
Davis
exponential-logarithmic
Erlang
exponential
F
folded normal
Flory–Schulz
Fréchet
gamma
gamma/Gompertz
generalized inverse Gaussian
Gompertz
half-logistic
half-normal
Hotelling's T-squared
hyper-Erlang
hyperexponential
hypoexponential
inverse chi-squared
scaled inverse chi-squared
inverse Gaussian
inverse gamma
Kolmogorov
Lévy
log-Cauchy
log-Laplace
log-logistic
log-normal
Lomax
matrix-exponential
Maxwell–Boltzmann
Maxwell–Jüttner
Mittag-Leffler
Nakagami
noncentral chi-squared
Pareto
phase-type
poly-Weibull
Rayleigh
relativistic Breit–Wigner
Rice
shifted Gompertz
truncated normal
type-2 Gumbel
Weibull
Discrete Weibull
Wilks's lambda
Continuous univariate supported on the whole real line
Cauchy
exponential power
Fisher's z
Gaussian q
generalized normal
generalized hyperbolic
geometric stable
Gumbel
Holtsmark
hyperbolic secant
Johnson's SU
Landau
Laplace
asymmetric Laplace
logistic
noncentral t
normal (Gaussian)
normal-inverse Gaussian
skew normal
slash
stable
Student's t
type-1 Gumbel
Tracy–Widom
variance-gamma
Voigt
Continuous univariate with support whose type varies
Cytokine.Cytokine.2016 Jan;77:152-6. doi: 10.1016/j.cyto.2015.11.008. Epub 2015 Nov 19.
BACKGROUND: Interleukin-6 is a multifunctional cytokine, which plays a key role in tumor proliferation and differentiation. Variations in its gene (IL6) sequence may affect the risk of developing various cancers, including urinary bladder cancer. The present study was done to find the association of
Eating disorders in a multi-ethnic inner-city UK sample: prevalence, comorbidity and service use.
Solmi F1,2, Hotopf M3, Hatch SL3, Treasure J4, Micali N5,6.
Social psychiatry and psychiatric epidemiology.Soc Psychiatry Psychiatr Epidemiol.2015 Dec 2. [Epub ahead of print]
PURPOSE: No studies have investigated the prevalence of eating disorders (ED) according to DSM-5 criteria and few have explored their comorbidity and service use in the general population in the UK. We aimed to estimate the prevalence, comorbidity, and service use in individuals with ED in a multi-e
Sarcoidosis is a chronic inflammatory disease with a complex pathogenesis and unknown etiology characterized by noncaseating granulomas that invade the lungs, eyes, liver and other organs. Insertion (I)/deletion (D) polymorphism in the gene encoding the angiotensin-converting enzyme (ACE) has been s
… Bivariate log-normal distribution analyses were conducted on the specific output class of steam turbine components such as rotors, moving blades, nozzles, casings. …
All about chi-square probability distribution. How to compute chi-square statistic and chi-square probability. Includes chi-square examples with solutions. ... Chi-Square Distribution Calculator The Chi-Square Distribution ...