- 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 x = 1.7 there is a structural break, regression on the subintervals [0,1.7] and [1.7,4] delivers a better modelling than the combined regression(dashed) over the whole interval.
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 a1 = a2, b1 = b2, and c1 = c2.
Let SC be the sum of squared residuals from the combined data, S1 be the sum of squared residuals from the first group, and S2 be the sum of squared residuals from the second group. N1 and N2 are the number of observations in each group and k is the total number of parameters (in this case, 3). Then the Chow test statistic is
The test statistic follows the F distribution with k and N1 + N2 − 2k degrees of freedom.
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
Categories:- Econometrics
- Time series analysis
- Statistical tests
Wikimedia Foundation. 2010.