The Chow test, proposed by econometrician Gregory Chow in 1960, is a statistical 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.
Suppose that we model our data as
yt=a+bx1t+cx2t+\varepsilon.
If we split our data into two groups, then we have
yt=a1+b1x1t+c1x2t+\varepsilon
and
yt=a2+b2x1t+c2x2t+\varepsilon.
The null hypothesis of the Chow test asserts that
a1=a2
b1=b2
c1=c2
\varepsilon
Let
SC
S1
S2
N1
N2
k
(SC-(S1+S2))/k | |
(S1+S2)/(N1+N2-2k) |
.
The test statistic follows the F-distribution with
k
N1+N2-2k
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= and the 'secondary' data set i=. Then there is the union of these two sets: i=. 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:
yt=\beta0+\beta1x1t+\beta2x2t+...+\betakxkt+\gamma0Dt+
k\gamma | |
\sum | |
ix |
itDt+\varepsilont.
Which is run over i=.
D is a dummy variable taking a value of 1 for i= and 0 otherwise.
If both data sets can be explained fully by
(\beta0,\beta1,...,\betak)
H0:\gamma0=0,\gamma1=0,...,\gammak=0
H1:otherwise
The null hypothesis of joint insignificance of D can be run as an F-test with
n-2(k+1)
F= | (RSSR-RSSU)/(k+1) |
RSSU/DoF |
Remarks
2k
k
. Jan Kmenta . Elements of Econometrics . registration . New York . Macmillan . Second . 1986 . 978-0-472-10886-2 . 412–423 .
. Jeffrey Wooldridge . Introduction to Econometrics: A Modern Approach . Mason . South-Western . Fourth . 2009 . 978-0-324-66054-8 . 243–246 .
Series of FAQ explanations from the SAS Corporation