nacrointfin wrote:Hi Tom:
Can the test of Kejriwal, M. and P. Perron (2009). "Testing for Multiple Structural Changes in Cointegrated Regression Models." Journal of Business and Economic Statistics be implemented by the code of Bai-Perron JAE 2003?
Regards,
Terence
TomDoan wrote:Both. The results in the paper use F statistics computed with HAC covariance matrices using a very specific procedure for estimating the long-run variance. Computing that requires a great deal of number-crunching that the dynamic programming algorithm is trying to avoid, but which is feasible here with a relatively small data set. RATS is using the simpler standard F. They both give the same results asymptotically.
procedure BPBreakRanges startr endr eqnshift limits
type integer startr endr
type equation eqnshift
type rect[int] *limits
*
option vect[int] breaks
option integer maxbreaks
option integer nfix
option integer nshift
option switch robust 0
option switch qhet 0
option switch omegahet 0
letonre wrote:Hello
Is it possible to apply this test to panel data and enforce the same break dates across a series of models?
TomDoan wrote:letonre wrote:Hello
Is it possible to apply this test to panel data and enforce the same break dates across a series of models?
Not @BAIPERRON. What's the application? Do you need multiple breaks or just a single common break?
pls wrote:Hi Tom:
I also conducted the regression using the Bai-Perron procedure and found that there are breaks.
However, I would like to correct for heteroscedasticity and autocorrelation.
Perhaps I could make a change to the procedure in the linreg statement and add "robust" as an option.
TomDoan wrote:nacrointfin wrote:Hi Tom:
Can the test of Kejriwal, M. and P. Perron (2009). "Testing for Multiple Structural Changes in Cointegrated Regression Models." Journal of Business and Economic Statistics be implemented by the code of Bai-Perron JAE 2003?
Regards,
Terence
That's correct. The number crunching is the same as is done by the BaiPerron procedure. The 2009 paper derives the asymptotic distribution of the break test statistics under assumptions allowing for cointegration.
Users browsing this forum: No registered users and 3 guests