In
probability theory
Probability theory is the branch of mathematics concerned with probability. Although there are several different probability interpretations, probability theory treats the concept in a rigorous mathematical manner by expressing it through a set ...
and
statistics, the chi-squared distribution (also chi-square or
-distribution) with
degrees of freedom is the distribution of a sum of the squares of
independent
Independent or Independents may refer to:
Arts, entertainment, and media Artist groups
* Independents (artist group), a group of modernist painters based in the New Hope, Pennsylvania, area of the United States during the early 1930s
* Independ ...
standard normal random variables. The chi-squared distribution is a special case of the
gamma distribution
In probability theory and statistics, the gamma distribution is a two-parameter family of continuous probability distributions. The exponential distribution, Erlang distribution, and chi-square distribution are special cases of the gamma d ...
and is one of the most widely used
probability distributions in
inferential statistics
Statistical inference is the process of using data analysis to infer properties of an underlying distribution of probability.Upton, G., Cook, I. (2008) ''Oxford Dictionary of Statistics'', OUP. . Inferential statistical analysis infers propertie ...
, notably in
hypothesis testing
A statistical hypothesis test is a method of statistical inference used to decide whether the data at hand sufficiently support a particular hypothesis.
Hypothesis testing allows us to make probabilistic statements about population parameters.
...
and in construction of
confidence intervals.
This distribution is sometimes called the central chi-squared distribution, a special case of the more general
noncentral chi-squared distribution
In probability theory and statistics, the noncentral chi-squared distribution (or noncentral chi-square distribution, noncentral \chi^2 distribution) is a noncentral generalization of the chi-squared distribution. It often arises in the power a ...
.
The chi-squared distribution is used in the common
chi-squared test
A chi-squared test (also chi-square or test) is a statistical hypothesis test used in the analysis of contingency tables when the sample sizes are large. In simpler terms, this test is primarily used to examine whether two categorical variables ...
s for
goodness of fit
The goodness of fit of a statistical model describes how well it fits a set of observations. Measures of goodness of fit typically summarize the discrepancy between observed values and the values expected under the model in question. Such measure ...
of an observed distribution to a theoretical one, the
independence
Independence is a condition of a person, nation, country, or state in which residents and population, or some portion thereof, exercise self-government, and usually sovereignty, over its territory. The opposite of independence is the statu ...
of two criteria of classification of
qualitative data
Qualitative properties are properties that are observed and can generally not be measured with a numerical result. They are contrasted to quantitative properties which have numerical characteristics.
Some engineering and scientific properties are ...
, 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.
Definitions
If are
independent
Independent or Independents may refer to:
Arts, entertainment, and media Artist groups
* Independents (artist group), a group of modernist painters based in the New Hope, Pennsylvania, area of the United States during the early 1930s
* Independ ...
,
standard normal random variables, then the sum of their squares,
:
is distributed according to the chi-squared distribution with degrees of freedom. This is usually denoted as
:
The chi-squared distribution has one parameter: a positive integer that specifies the number of
degrees of freedom (the number of random variables being summed, ''Z''
''i'' s).
Introduction
The chi-squared distribution is used primarily in hypothesis testing, and to a lesser extent for confidence intervals for population variance when the underlying distribution is normal. Unlike more widely known distributions such as the
normal distribution
In statistics, a normal distribution or Gaussian distribution is a type of continuous probability distribution for a real-valued random variable. The general form of its probability density function is
:
f(x) = \frac e^
The parameter \mu ...
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
A chi-squared test (also chi-square or test) is a statistical hypothesis test used in the analysis of contingency tables when the sample sizes are large. In simpler terms, this test is primarily used to examine whether two categorical variables ...
of independence in
contingency tables
In statistics, a contingency table (also known as a cross tabulation or crosstab) is a type of table in a matrix format that displays the (multivariate) frequency distribution of the variables. They are heavily used in survey research, business ...
*
Chi-squared test
A chi-squared test (also chi-square or test) is a statistical hypothesis test used in the analysis of contingency tables when the sample sizes are large. In simpler terms, this test is primarily used to examine whether two categorical variables ...
of goodness of fit of observed data to hypothetical distributions
*
Likelihood-ratio test
In statistics, the likelihood-ratio test assesses the goodness of fit of two competing statistical models based on the ratio of their likelihoods, specifically one found by maximization over the entire parameter space and another found after im ...
for nested models
*
Log-rank test
The logrank test, or log-rank test, is a hypothesis test to compare the survival distributions of two samples. It is a nonparametric test and appropriate to use when the data are right skewed and censored (technically, the censoring must be non ...
in survival analysis
*
Cochran–Mantel–Haenszel test for stratified contingency tables
*
Wald test
In statistics, the Wald test (named after Abraham Wald) assesses constraints on statistical parameters based on the weighted distance between the unrestricted estimate and its hypothesized value under the null hypothesis, where the weight is the ...
*
Score test
In statistics, the score test assesses constraints on statistical parameters based on the gradient of the likelihood function—known as the ''score''—evaluated at the hypothesized parameter value under the null hypothesis. Intuitively, if the ...
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 for which the chi-squared distribution is extensively used 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, , increases, the
sampling distribution
In statistics, a sampling distribution or finite-sample distribution is the probability distribution of a given random-sample-based statistic. If an arbitrarily large number of samples, each involving multiple observations (data points), were sep ...
of the test statistic approaches the normal distribution (
central limit theorem
In probability theory, the central limit theorem (CLT) establishes that, in many situations, when independent random variables are summed up, their properly normalized sum tends toward a normal distribution even if the original variables themsel ...
). Because the test statistic (such as ) 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.
Suppose that
is a random variable sampled from the standard normal distribution, where the mean is
and the variance is
:
. Now, consider the random variable
. The distribution of the random variable
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. 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 turns up as the large sample distribution of generalized
likelihood ratio tests (LRT).
LRTs have several desirable properties; in particular, simple LRTs commonly provide the highest power to reject the null hypothesis (
Neyman–Pearson lemma
In statistics, the Neyman–Pearson lemma was introduced by Jerzy Neyman and Egon Pearson in a paper in 1933. The Neyman-Pearson lemma is part of the Neyman-Pearson theory of statistical testing, which introduced concepts like errors of the seco ...
) and this leads also to optimality properties of generalised LRTs. 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 a small sample size. Similarly, in analyses of contingency tables, the chi-squared approximation will be poor for a small sample size, and it is preferable to use
Fisher's exact test
Fisher's exact test is a statistical significance test used in the analysis of contingency tables. Although in practice it is employed when sample sizes are small, it is valid for all sample sizes. It is named after its inventor, Ronald Fisher, a ...
. Ramsey shows that the exact
binomial test
In statistics, the binomial test is an exact test of the statistical significance of deviations from a theoretically expected distribution of observations into two categories using sample data.
Usage
The binomial test is useful to test hypoth ...
is always more powerful than the normal approximation.
Lancaster 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
is the observed number of successes in
trials, where the probability of success is
, and
.
Squaring both sides of the equation gives
Using
,
, and
, this equation can be rewritten as
The expression on the right is of the form that
Karl Pearson would generalize to the form
where
= Pearson's cumulative test statistic, which asymptotically approaches a
distribution;
= the number of observations of type
;
= the expected (theoretical) frequency of type
, asserted by the null hypothesis that the fraction of type
in the population is
; and
= 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
). 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 using the normal distribution directly, or the chi-squared distribution for the normalised, squared difference between observed and expected value. 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 degenerate multivariate normal approximation to the multinomial distribution (the numbers in each category add up to the total sample size, which is considered fixed). Pearson showed that the chi-squared distribution arose from such a multivariate normal approximation to the multinomial distribution, taking careful account of the statistical dependence (negative correlations) between numbers of observations in different categories.
Probability density function
The
probability density function
In probability theory, a probability density function (PDF), or density of a continuous random variable, is a function whose value at any given sample (or point) in the sample space (the set of possible values taken by the random variable) ca ...
(pdf) of the chi-squared distribution is
:
where
denotes the
gamma function
In mathematics, the gamma function (represented by , the capital letter gamma from the Greek alphabet) is one commonly used extension of the factorial function to complex numbers. The gamma function is defined for all complex numbers except ...
, which has
closed-form values for integer .
For derivations of the pdf in the cases of one, two and
degrees of freedom, see
Proofs related to chi-squared distribution.
Cumulative distribution function
Its
cumulative distribution function is:
:
where
is the
lower incomplete gamma function
In mathematics, the upper and lower incomplete gamma functions are types of special functions which arise as solutions to various mathematical problems such as certain integrals.
Their respective names stem from their integral definitions, which ...
and
is the
regularized gamma function
In mathematics, the upper and lower incomplete gamma functions are types of special functions which arise as solutions to various mathematical problems such as certain integrals.
Their respective names stem from their integral definitions, whic ...
.
In a special case of
this function has the simple form:
:
which can be easily derived by integrating
directly. The integer recurrence of the gamma function makes it easy to compute
for other small, even
.
Tables of the chi-squared cumulative distribution function are widely available and the function is included in many
spreadsheet
A spreadsheet is a computer application for computation, organization, analysis and storage of data in tabular form. Spreadsheets were developed as computerized analogs of paper accounting worksheets. The program operates on data entered in c ...
s and all
statistical packages.
Letting
,
Chernoff bounds on the lower and upper tails of the CDF may be obtained. For the cases when
(which include all of the cases when this CDF is less than half):
The tail bound for the cases when
, similarly, is
:
For another
approximation for the CDF modeled after the cube of a Gaussian, see under
Noncentral chi-squared distribution
In probability theory and statistics, the noncentral chi-squared distribution (or noncentral chi-square distribution, noncentral \chi^2 distribution) is a noncentral generalization of the chi-squared distribution. It often arises in the power a ...
.
Properties
Cochran's theorem
If are
independent
Independent or Independents may refer to:
Arts, entertainment, and media Artist groups
* Independents (artist group), a group of modernist painters based in the New Hope, Pennsylvania, area of the United States during the early 1930s
* Independ ...
identically distributed (i.i.d.),
standard normal random variables, then
where
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
are independent chi-squared variables with
,
degrees of freedom, respectively, then
is chi-squared distributed with
degrees of freedom.
Sample mean
The sample mean of
i.i.d.
In probability theory and statistics, a collection of random variables is independent and identically distributed if each random variable has the same probability distribution as the others and all are mutually independent. This property is us ...
chi-squared variables of degree
is distributed according to a gamma distribution with shape
and scale
parameters:
:
Asymptotically, given that for a scale parameter
going to infinity, a Gamma distribution converges towards a normal distribution with expectation
and variance
, the sample mean converges towards:
Note that we would have obtained the same result invoking instead the
central limit theorem
In probability theory, the central limit theorem (CLT) establishes that, in many situations, when independent random variables are summed up, their properly normalized sum tends toward a normal distribution even if the original variables themsel ...
, noting that for each chi-squared variable of degree
the expectation is
, and its variance
(and hence the variance of the sample mean
being
).
Entropy
The
differential entropy
Differential entropy (also referred to as continuous entropy) is a concept in information theory that began as an attempt by Claude Shannon to extend the idea of (Shannon) entropy, a measure of average surprisal of a random variable, to continuo ...
is given by
:
where
is the
Digamma function
In mathematics, the digamma function is defined as the logarithmic derivative of the gamma function:
:\psi(x)=\frac\ln\big(\Gamma(x)\big)=\frac\sim\ln-\frac.
It is the first of the polygamma functions. It is strictly increasing and strict ...
.
The chi-squared distribution is the
maximum entropy probability distribution
In statistics and information theory, a maximum entropy probability distribution has entropy that is at least as great as that of all other members of a specified class of probability distributions. According to the principle of maximum entro ...
for a random variate
for which
and
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
degrees of freedom are given by
:
Cumulants
The
cumulant
In probability theory and statistics, the cumulants of a probability distribution are a set of quantities that provide an alternative to the '' moments'' of the distribution. Any two probability distributions whose moments are identical will have ...
s are readily obtained by a (formal) power series expansion of the logarithm of the characteristic function:
:
Concentration
The chi-squared distribution exhibits strong concentration around its mean. The standard Laurent-Massart bounds are:
:
:
Asymptotic properties
By the
central limit theorem
In probability theory, the central limit theorem (CLT) establishes that, in many situations, when independent random variables are summed up, their properly normalized sum tends toward a normal distribution even if the original variables themsel ...
, because the chi-squared distribution is the sum of
independent random variables with finite mean and variance, it converges to a normal distribution for large
. For many practical purposes, for
the distribution is sufficiently close to a
normal distribution
In statistics, a normal distribution or Gaussian distribution is a type of continuous probability distribution for a real-valued random variable. The general form of its probability density function is
:
f(x) = \frac e^
The parameter \mu ...
, so the difference is ignorable. Specifically, if
, then as
tends to infinity, the distribution of
tends to a standard normal distribution. However, convergence is slow as the
skewness
In probability theory and statistics, skewness is a measure of the asymmetry of the probability distribution of a real-valued random variable about its mean. The skewness value can be positive, zero, negative, or undefined.
For a unimodal ...
is
and the
excess kurtosis
In probability theory and statistics, kurtosis (from el, κυρτός, ''kyrtos'' or ''kurtos'', meaning "curved, arching") is a measure of the "tailedness" of the probability distribution of a real-valued random variable. Like skewness, kurtosi ...
is
.
The sampling distribution of
converges to normality much faster than the sampling distribution of
, as the
logarithmic transform removes much of the asymmetry.
Other functions of the chi-squared distribution converge more rapidly to a normal distribution. Some examples are:
* If
then
is approximately normally distributed with mean
and unit variance (1922, by
R. A. Fisher
Sir Ronald Aylmer Fisher (17 February 1890 – 29 July 1962) was a British polymath who was active as a mathematician, statistician, biologist, geneticist, and academic. For his work in statistics, he has been described as "a genius who ...
, see (18.23), p. 426 of Johnson.
* If
then