<?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: SEASONAL ARIMA in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/SEASONAL-ARIMA/m-p/210411#M1340</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would recommend starting with plotting your timeseries - both the original series, but also the (seasonally) differenced series and the seasonal cycles. This will give you an indication of the patterns in your data. Plotting can be done using PROC TIMESERIES which is also part of SAS/ETS. For more info, please have a look at the documentation: &lt;A class="active_link" href="https://support.sas.com/documentation/cdl/en/etsug/68148/HTML/default/etsug_timeseries_toc.htm" style="font-size: 10pt; line-height: 1.5em;" title="https://support.sas.com/documentation/cdl/en/etsug/68148/HTML/default/etsug_timeseries_toc.htm"&gt;The TIMESERIES Procedure :: SAS/ETS(R) 14.1 User's Guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once that is done, start using the identify statement in PROC ARIMA to examine which orders of differencing you need - if any, type of lag-structure etc. Once you have that in place you can start producing forecasts. For more information on PROC ARIMA please consult the documentation which can be found here: &lt;A class="active_link" href="https://support.sas.com/documentation/cdl/en/etsug/68148/HTML/default/etsug_timeseries_toc.htm" title="https://support.sas.com/documentation/cdl/en/etsug/68148/HTML/default/etsug_timeseries_toc.htm"&gt;The TIMESERIES Procedure :: SAS/ETS(R) 14.1 User's Guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Snurre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Aug 2015 11:48:32 GMT</pubDate>
    <dc:creator>SnurreJensen</dc:creator>
    <dc:date>2015-08-31T11:48:32Z</dc:date>
    <item>
      <title>SEASONAL ARIMA</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/SEASONAL-ARIMA/m-p/210410#M1339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to forecast for seasonal arima for weekly data. so with this regard, should i consider 1,12 or 1,52. and wat is the method of interpretation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc arima data= Banana;&lt;/P&gt;&lt;P&gt;identify var= price(1,12) nlag=15;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc arima data= Banana;&lt;/P&gt;&lt;P&gt;identify var= price(1,12) nlag=15;&lt;/P&gt;&lt;P&gt;estimate p=(1)(12) q=(1)(12);&lt;/P&gt;&lt;P&gt;forecast lead=5 interval=month out=sar111;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc arima data= Banana;&lt;/P&gt;&lt;P&gt;identify var= price(1,52) nlag=15;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc arima data= Banana;&lt;/P&gt;&lt;P&gt;identify var= price(1,52) nlag=15;&lt;/P&gt;&lt;P&gt;estimate p=(1)(52) q=(1)(52);&lt;/P&gt;&lt;P&gt;forecast lead=5 interval=month out=sar111;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 06:24:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/SEASONAL-ARIMA/m-p/210410#M1339</guid>
      <dc:creator>MANGALA</dc:creator>
      <dc:date>2015-08-31T06:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: SEASONAL ARIMA</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/SEASONAL-ARIMA/m-p/210411#M1340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would recommend starting with plotting your timeseries - both the original series, but also the (seasonally) differenced series and the seasonal cycles. This will give you an indication of the patterns in your data. Plotting can be done using PROC TIMESERIES which is also part of SAS/ETS. For more info, please have a look at the documentation: &lt;A class="active_link" href="https://support.sas.com/documentation/cdl/en/etsug/68148/HTML/default/etsug_timeseries_toc.htm" style="font-size: 10pt; line-height: 1.5em;" title="https://support.sas.com/documentation/cdl/en/etsug/68148/HTML/default/etsug_timeseries_toc.htm"&gt;The TIMESERIES Procedure :: SAS/ETS(R) 14.1 User's Guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once that is done, start using the identify statement in PROC ARIMA to examine which orders of differencing you need - if any, type of lag-structure etc. Once you have that in place you can start producing forecasts. For more information on PROC ARIMA please consult the documentation which can be found here: &lt;A class="active_link" href="https://support.sas.com/documentation/cdl/en/etsug/68148/HTML/default/etsug_timeseries_toc.htm" title="https://support.sas.com/documentation/cdl/en/etsug/68148/HTML/default/etsug_timeseries_toc.htm"&gt;The TIMESERIES Procedure :: SAS/ETS(R) 14.1 User's Guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Snurre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 11:48:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/SEASONAL-ARIMA/m-p/210411#M1340</guid>
      <dc:creator>SnurreJensen</dc:creator>
      <dc:date>2015-08-31T11:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: SEASONAL ARIMA</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/SEASONAL-ARIMA/m-p/224995#M1383</link>
      <description>&lt;P&gt;Seasonal differencing usually works better than seasonal AR/MA. Please refer to the following link for more info.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://onlinecourses.science.psu.edu/stat510/node/67" target="_blank"&gt;https://onlinecourses.science.psu.edu/stat510/node/67&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2015 17:08:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/SEASONAL-ARIMA/m-p/224995#M1383</guid>
      <dc:creator>alexchien</dc:creator>
      <dc:date>2015-09-10T17:08:27Z</dc:date>
    </item>
  </channel>
</rss>

