Chow test

Mathematical test proposed by Gregory Chow

The Chow test (Chinese: 鄒檢定), proposed by econometrician Gregory Chow in 1960, is a test of whether the true coefficients in two linear regressions on different data sets are equal. In econometrics, it is most commonly used in time series analysis to test for the presence of a structural break at a period which can be assumed to be known a priori (for instance, a major historical event such as a war). In program evaluation, the Chow test is often used to determine whether the independent variables have different impacts on different subgroups of the population.

Illustrations

Applications of the Chow test
Structural break (slopes differ) Program evaluation (intercepts differ)
At x = 1.7 {\displaystyle x=1.7} there is a structural break; separate regressions on the subintervals [ 0 , 1.7 ] {\displaystyle [0,1.7]} and [ 1.7 , 4 ] {\displaystyle [1.7,4]} delivers a better model than the combined regression (dashed) over the whole interval. Comparison of two different programs (red, green) in a common data set: separate regressions for both programs deliver a better model than a combined regression (black).

First Chow Test

Suppose that we model our data as

y t = a + b x 1 t + c x 2 t + ε . {\displaystyle y_{t}=a+bx_{1t}+cx_{2t}+\varepsilon .\,}

If we split our data into two groups, then we have

y t = a 1 + b 1 x 1 t + c 1 x 2 t + ε {\displaystyle y_{t}=a_{1}+b_{1}x_{1t}+c_{1}x_{2t}+\varepsilon \,}

and

y t = a 2 + b 2 x 1 t + c 2 x 2 t + ε . {\displaystyle y_{t}=a_{2}+b_{2}x_{1t}+c_{2}x_{2t}+\varepsilon .\,}

The null hypothesis of the Chow test asserts that a 1 = a 2 {\displaystyle a_{1}=a_{2}} , b 1 = b 2 {\displaystyle b_{1}=b_{2}} , and c 1 = c 2 {\displaystyle c_{1}=c_{2}} , and there is the assumption that the model errors ε {\displaystyle \varepsilon } are independent and identically distributed from a normal distribution with unknown variance.

Let S C {\displaystyle S_{C}} be the sum of squared residuals from the combined data, S 1 {\displaystyle S_{1}} be the sum of squared residuals from the first group, and S 2 {\displaystyle S_{2}} be the sum of squared residuals from the second group. N 1 {\displaystyle N_{1}} and N 2 {\displaystyle N_{2}} are the number of observations in each group and k {\displaystyle k} is the total number of parameters (in this case 3, i.e. 2 independent variables coefficients + intercept). Then the Chow test statistic is

( S C ( S 1 + S 2 ) ) / k ( S 1 + S 2 ) / ( N 1 + N 2 2 k ) . {\displaystyle {\frac {(S_{C}-(S_{1}+S_{2}))/k}{(S_{1}+S_{2})/(N_{1}+N_{2}-2k)}}.}

The test statistic follows the F-distribution with k {\displaystyle k} and N 1 + N 2 2 k {\displaystyle N_{1}+N_{2}-2k} degrees of freedom.

The same result can be achieved via dummy variables.

Consider the two data sets which are being compared. Firstly there is the 'primary' data set i={1,..., n 1 {\displaystyle n_{1}} } and the 'secondary' data set i={ n 1 {\displaystyle n_{1}} +1,...,n}. Then there is the union of these two sets: i={1,...,n}. If there is no structural change between the primary and secondary data sets a regression can be run over the union without the issue of biased estimators arising.

Consider the regression:

y t = β 0 + β 1 x 1 t + β 2 x 2 t + . . . + β k x k t + γ 0 D t + i = 1 k γ i x i t D t + ε t . {\displaystyle y_{t}=\beta _{0}+\beta _{1}x_{1t}+\beta _{2}x_{2t}+...+\beta _{k}x_{kt}+\gamma _{0}D_{t}+\sum _{i=1}^{k}\gamma _{i}x_{it}D_{t}+\varepsilon _{t}.\,}

Which is run over i={1,...,n}.

D is a dummy variable taking a value of 1 for i={ n 1 {\displaystyle n_{1}} +1,...,n} and 0 otherwise.

If both data sets can be explained fully by ( β 0 , β 1 , . . . , β k ) {\displaystyle (\beta _{0},\beta _{1},...,\beta _{k})} then there is no use in the dummy variable as the data set is explained fully by the restricted equation. That is, under the assumption of no structural change we have a null and alternative hypothesis of:

H 0 : γ 0 = 0 , γ 1 = 0 , . . . , γ k = 0 {\displaystyle H_{0}:\gamma _{0}=0,\gamma _{1}=0,...,\gamma _{k}=0}

H 1 : otherwise {\displaystyle H_{1}:{\text{otherwise}}}

The null hypothesis of joint insignificance of D can be run as an F-test with n 2 ( k + 1 ) {\displaystyle n-2(k+1)} degrees of freedom (DoF). That is: F = ( R S S R R S S U ) / ( k + 1 ) R S S U / D o F {\displaystyle F={\frac {(RSS^{R}-RSS^{U})/(k+1)}{RSS^{U}/DoF}}} .

Remarks

  • The global sum of squares (SSE) is often called the Restricted Sum of Squares (RSSM) as we basically test a constrained model where we have 2 k {\displaystyle 2k} assumptions (with k {\displaystyle k} the number of regressors).
  • Some software like SAS will use a predictive Chow test when the size of a subsample is less than the number of regressors.

References

  • Chow, Gregory C. (1960). "Tests of Equality Between Sets of Coefficients in Two Linear Regressions" (PDF). Econometrica. 28 (3): 591–605. doi:10.2307/1910133. JSTOR 1910133. S2CID 116311724. Archived from the original (PDF) on 2019-12-28.
  • Doran, Howard E. (1989). Applied Regression Analysis in Econometrics. CRC Press. p. 146. ISBN 978-0-8247-8049-4.
  • Dougherty, Christopher (2007). Introduction to Econometrics. Oxford University Press. p. 194. ISBN 978-0-19-928096-4.
  • Kmenta, Jan (1986). Elements of Econometrics (Second ed.). New York: Macmillan. pp. 412–423. ISBN 978-0-472-10886-2.
  • Wooldridge, Jeffrey M. (2009). Introduction to Econometrics: A Modern Approach (Fourth ed.). Mason: South-Western. pp. 243–246. ISBN 978-0-324-66054-8.

External links

Wikimedia Commons has media related to Chow test.
  • Computing the Chow statistic, Chow and Wald tests, Chow tests: Series of FAQ explanations from the Stata Corporation at https://www.stata.com/support/faqs/
  • [1]: Series of FAQ explanations from the SAS Corporation