<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Choose between different ARIMA models? in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Choose-between-different-ARIMA-models/m-p/796824#M4341</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/399216"&gt;@LNA2021&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have moved your question to the&lt;/P&gt;
&lt;P&gt;SAS Forecasting and Econometrics board (under the Analytics header).&lt;/P&gt;
&lt;P&gt;You will get much better answers here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note there's a lot of literature on this subject.&lt;BR /&gt;And many approaches are taken : ARIMA(X) , State Space Models (SSM), Mixed models , ...&lt;/P&gt;
&lt;P&gt;But to re-assure you : PROC ARIMA can definitely be used for interrupted time series analysis.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
    <pubDate>Thu, 17 Feb 2022 09:52:22 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2022-02-17T09:52:22Z</dc:date>
    <item>
      <title>Choose between different ARIMA models?</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Choose-between-different-ARIMA-models/m-p/796739#M4340</link>
      <description>&lt;PRE&gt;&lt;CODE class=""&gt;data ARIMA_ASTHMA_AB;
Set ASTHMA_ab;
step= (Quarter&amp;gt;='2020-Q1');
ramp= time_after;
if Quarter &amp;lt; '2020-Q1' then ramp=0;
Run;
Trial (1);
proc arima data=ARIMA_ASTHMA_AB;
identify var= Preval_qtr_ResprtyAnti (2,4) crosscorr=(step(2,4) ramp(2,4));
estimate p=2 q=(4) input=(step ramp) method=ml outmodel=AB_AS3;
run; quit;
Trial(2);
proc arima data=ARIMA_ASTHMA_AB;
identify var= Preval_qtr_ResprtyAnti (2,4) crosscorr=(step ramp);
estimate p=1 q=(4) input=(step ramp) method=ml outmodel=AB_AS5;
run; quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am using ITS (ARIMA) to study the impact of intervention on drug utilzation.&lt;/P&gt;&lt;P&gt;Based on the above codes: My question is when to use crosscorr= [Step(1,4) Ramp(1,4)] and when to use only crosscorr= [Step Ramp]?&lt;/P&gt;&lt;P&gt;I know in order to choose between different ARIMA models, I need to check SBC and AIC (the lower the better model).&lt;/P&gt;&lt;P&gt;Also, I attached the output for both trial 1 and 3 SAS codes. Could you please advise which model is better and why?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 22:54:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Choose-between-different-ARIMA-models/m-p/796739#M4340</guid>
      <dc:creator>LNA2021</dc:creator>
      <dc:date>2022-02-16T22:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Choose between different ARIMA models?</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Choose-between-different-ARIMA-models/m-p/796824#M4341</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/399216"&gt;@LNA2021&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have moved your question to the&lt;/P&gt;
&lt;P&gt;SAS Forecasting and Econometrics board (under the Analytics header).&lt;/P&gt;
&lt;P&gt;You will get much better answers here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note there's a lot of literature on this subject.&lt;BR /&gt;And many approaches are taken : ARIMA(X) , State Space Models (SSM), Mixed models , ...&lt;/P&gt;
&lt;P&gt;But to re-assure you : PROC ARIMA can definitely be used for interrupted time series analysis.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2022 09:52:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Choose-between-different-ARIMA-models/m-p/796824#M4341</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-02-17T09:52:22Z</dc:date>
    </item>
  </channel>
</rss>

