Solved – What to do with negative Chow test

change pointchow-test

I have just done a Chow test on a regression in order to see whether there is a structural break. I am a bit stumped however as my Chow test returns a negative number. Now what do I do?

More specifically, this expression (from the Wikipedia entry for the Chow test):

$\frac{(S_c-(S_1+S_2))/(k)}{(S_1+S_2)/(N_1+N_2-2k)}$

turns out negative for me.

EDIT: It turns out it was a simple programming error.

Best Answer

You've made a mistake somewhere in your calculations. It's not possible for the sum of the squared residuals from a single regression using the combined data to be less than the sum of the sums of squared residuals from the regressions using the two separate sets of data.

Related Question