Chow test
The Chow test is a statistical and econometric test of whether the coefficients in two linear regressions on different data sets are equal. The Chow test was invented by economist Gregory Chow. In econometrics, the Chow test is most commonly used in time series analysis to test for the presence of a structural break. In program evaluation, the Chow test is often used to determine whether the independent variables have different impacts on different subgroups of the population.
| structural break | program evaluation |
|---|---|
|
At |
Comparison of 2 different programs (red, green) existing in a common data set, separate regressions for both programs deliver a better modelling than a combined regression (black). |
Suppose that we model our data as
If we split our data into two groups, then we have
and
The null hypothesis of the Chow test asserts that
,
, and
.
Let
be the sum of squared residuals from the combined data,
be the sum of squared residuals from the first group, and
be the sum of squared residuals from the second group.
and
are the number of observations in each group and
is the total number of parameters (in this case, 3). Then the Chow test statistic is
The test statistic follows the F distribution with
and
degrees of freedom.
[edit] References
- Howard E. Doran: Applied Regression Analysis in Econometrics. CRC Press 1989, ISBN 0824780493, p. 146 (restricted online version (Google Books))
- Christopher Dougherty: Introduction to Econometrics. Oxford University Press 2007, ISBN 0199280967, p. 194 (restricted online version (Google Books))
- Gregory C. Chow (1960). "Tests of Equality Between Sets of Coefficients in Two Linear Regressions". Econometrica 28 (3): 591–605. doi:10.2307/1910133. JSTOR 1910133.
- [1] [2] [3] Series of explanations from the Stata Corporation
there is a structural break, regression on the subintervals
and
delivers a better modelling than the combined regression(dashed) over the whole interval.


