|
|
|
|
chi-squared statistic
|
(Definition)
|
|
|
Let be a discrete random variable with possible outcomes
with probability of each outcome
.
independent observations are obtained where each observation has the same distribution as . Bin the observations into groups, so that each group contains all observations having the same
outcome . Next, count the number of observations in each group to get
corresponding to the outcomes
, so that
. It is desired to find out how close the actual number of outcomes are to their expected values .
Intuitively, this “closeness” depends on how big the sample is, and how large the deviations are between the observed and the expected, for all categories. The value
 |
|
|
(1) |
called the statistic, or the chi-squared statistic, is such a measure of “closeness”. It is also known as the Pearson-chi-squared statistic, in honor of the English statistician Karl Pearson, who showed that (1) has approximately a chi-squared distribution with degrees of freedom. The degree of freedom depends on the number of free variables in , and is not always , as we will see in Example .
Usually, statistic is utilized in hypothesis testing, where the null hypothesis specifies that the actual equals the expected. A large value of means either the deviations from the expectations are large or the sample is small, and therefore, either the null hypothesis should be rejected or there is not enough information to give a meaningful interpretation. How large of a
deviation, compared to the sample size, is enough to reject the null hypothesis depends on the degree of freedom of chi-squared distribution of and the specified critical values.
Examples.
- Suppose a coin is tossed 10 times and 7 heads are observed. We would like to know if the coin is fair based on the observations. We have the following hypothesis:
Break up the observations into two groups: heads and tails. Then, according to
,
Checking the table of critical values of chi-squared distributions, we see that at degree of freedom , there is a 0.100 chance that the value is higher than 2.706. Since
, we may not want to reject the null hypothesis. However, we may not want to outrightly accept it either simply because the sample size is not very large.
- Now, a coin is tossed 100 times and 70 heads are observed. Using the same null hypothesis as above,
Even at p-value
, the corresponding critical value of 7.879 is quite a bit smaller than 16. So we will reject the null hypothesis even at confidence level 99.5%( p-value).
statistic can be used in non-parametric situations as well, particularly, in contingency tables. Three dice of varying sizes are each tossed 100 times and the top faces are recorded. The results of the count of each possible value of the top face, for each die is summarized in the following table:
Die
top face |
1 |
2 |
3 |
4 |
5 |
6 |
all |
| Die 1 |
16 |
19 |
17 |
15 |
19 |
14 |
100 |
| Die 2 |
17 |
18 |
14 |
13 |
22 |
16 |
100 |
| Die 3 |
12 |
20 |
19 |
18 |
20 |
11 |
100 |
| All dice |
45 |
57 |
50 |
46 |
61 |
41 |
300 |
Let count of top face , and Die . Next, we want to test the following hypotheses:
 is independent of  otherwise 
Since we do not know the exact distribution of the top faces, we approximate the distribution by using the last row. For example, the (marginal) probability that top face = 1 is
. This says that the probability that top face = 1 in Die =
. Then, based on the null hypothesis, we have the following table of “expected count”:
Die
top face |
1 |
2 |
3 |
4 |
5 |
6 |
| Die 1 |
15.0 |
19.0 |
16.7 |
15.3 |
20.3 |
13.7 |
| Die 2 |
15.0 |
19.0 |
16.7 |
15.3 |
20.3 |
13.7 |
| Die 3 |
15.0 |
19.0 |
16.7 |
15.3 |
20.3 |
13.7 |
For each die, we can compute the . For instance, for the first die,
The results are summarized in the following
| |
 |
degrees of freedom |
| Die 1 |
0.176 |
5 |
| Die 2 |
1.636 |
5 |
| Die 3 |
1.969 |
0 |
| All dice |
3.781 |
10 |
Note that the degree of freedom for the last dice is 0 because the expected counts in the last row are completely determined by those in the first two rows (and the totals). Looking up the table, we see that there is a that the value of will be greater than , and since
, we accept the null hypothesis: the outcomes of the tosses have no bearing on which die is tossed.
Remark. In general, for a 2-way contingency table, the statistic is given by
 |
|
|
(2) |
where and are the actual and expected counts in Cell . When the sample is large, has a chi-squared distribution with
degrees of freedom. In particular, when testing for the independence between two categorical variables, the expected count is
|
"chi-squared statistic" is owned by CWoo.
|
|
(view preamble)
Cross-references: categorical variables, row, faces, contingency tables, level, p-value, even, table of critical values of chi-squared distributions, hypothesis, critical values, interpretation, information, null hypothesis, hypothesis testing, degrees of freedom, statistic, expected values, number, contains, group, distribution, observations, independent, outcomes, discrete random variable
There are 2 references to this entry.
This is version 6 of chi-squared statistic, born on 2005-03-29, modified 2006-10-21.
Object id is 6916, canonical name is ChiSquaredStatistic.
Accessed 19441 times total.
Classification:
| AMS MSC: | 62G10 (Statistics :: Nonparametric inference :: Hypothesis testing) | | | 62F03 (Statistics :: Parametric inference :: Hypothesis testing) | | | 62H17 (Statistics :: Multivariate analysis :: Contingency tables) |
|
|
|
|
|
|
Pending Errata and Addenda
|
|
|
|
|
|
|
|
|
|
|