I run time series models and we are exploring if structural breaks are occurring (but we do not know for sure where the break point is, our data is in months and goes back about 12 years). I know of the Chow test in proc autoreg, but recently I ran into the Bai-perron test which has some nice advantages - at least they seem nice. Unlike Chow it can detect multiple structural breaks and it appears (not entirely sure of this) to test for them automatically rather than you have to choose one point to test. But other than Proc Model (which is not a time series Proc and which I have struggled with in the past) I can't find this test. Does anyone know where it can be found (I have founding nothing on line that tells me) other than Proc Model? And more generally is there a simple way to know where various test are in SAS Procs, I usually just google this, but it is a slow uncertain way to do it. I figure there is probably a tool to do this I just don't know 🙂
... View more