I have a time sample 1 to T1 (1/2006 to 6/2007) and a second time sample T1 + 1 to T2 (7/2007 to 12/2008)
I estimate the following as a system of seemingly unrelated regressions:
Sub-Sample from 1 to T1: (error terms denoted by u)
Code: Select all
y_1t = a + b_1*x_t + c*z_1t + u_1t
y_2t = a + b_2*x_t + c*z_2t + u_2tCode: Select all
y_1t = d + f_1*x_t + g*z_1t + v_1t
y_2t = d + f_2*x_t + g*z_2t + v_2tNow what I am interested in: I want to now if the coefficient c is significantly different from g. Thus, if the variable z is priced different in the two sub-periods.
I know that in a normal regression this can be done by a Chow-Test. Is there a possibility to conduct a Chow-Test in a system of seemingly unrelated regressions?
I thank you very much.
Kind regards
M
