<?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: time series in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/time-series/m-p/668559#M3897</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/58092"&gt;@dw_sas&lt;/a&gt;&amp;nbsp; thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;p=1 in the non seasonal ARIMA part indicates that the&amp;nbsp; current observations of the series are correlated with themselves at lag 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; what is mean if P=1 in the seasonal ARIMA part ?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 11 Jul 2020 13:16:55 GMT</pubDate>
    <dc:creator>bara</dc:creator>
    <dc:date>2020-07-11T13:16:55Z</dc:date>
    <item>
      <title>time series</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/time-series/m-p/666784#M3884</link>
      <description>&lt;P&gt;Hi!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I interpret the seasonal ARIMA Model&amp;nbsp;(0,1,1)(1,0,0)[12] ?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2020 11:06:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/time-series/m-p/666784#M3884</guid>
      <dc:creator>bara</dc:creator>
      <dc:date>2020-07-03T11:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: time series</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/time-series/m-p/667266#M3893</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/320425"&gt;@bara&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The model, ARIMA(0,1,1)(1,0,0)12, represents a seasonal ARIMA model with a:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;first non-seasonal difference,&lt;/LI&gt;
&lt;LI&gt;first-order non-seasonal moving average term, and&lt;/LI&gt;
&lt;LI&gt;first-order seasonal autoregressive term.&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The seasonal index for your model is 12, which is typically used for monthly time series.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In general, ARIMA models are described as:&amp;nbsp; ARIMA(p,d,q)(P,D,Q)s.&amp;nbsp; The lowercase p, d, q represent the non-seasonal autoregressive (p), differencing (d), and moving average (q) orders, respectively.&amp;nbsp; &amp;nbsp;The uppercase P, D, Q represent the seasonal autoregressive (P), differencing (D) and moving average (Q) orders, respectively.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For additional details about the mathematical model and notation for ARIMA models, please see the following link in the PROC ARIMA documentation:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/?docsetId=etsug&amp;amp;docsetTarget=etsug_arima_gettingstarted13.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en" target="_self"&gt;https://go.documentation.sas.com/?docsetId=etsug&amp;amp;docsetTarget=etsug_arima_gettingstarted13.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps!&lt;/P&gt;
&lt;P&gt;DW&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 18:43:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/time-series/m-p/667266#M3893</guid>
      <dc:creator>dw_sas</dc:creator>
      <dc:date>2020-07-06T18:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: time series</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/time-series/m-p/668559#M3897</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/58092"&gt;@dw_sas&lt;/a&gt;&amp;nbsp; thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;p=1 in the non seasonal ARIMA part indicates that the&amp;nbsp; current observations of the series are correlated with themselves at lag 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; what is mean if P=1 in the seasonal ARIMA part ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jul 2020 13:16:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/time-series/m-p/668559#M3897</guid>
      <dc:creator>bara</dc:creator>
      <dc:date>2020-07-11T13:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: time series</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/time-series/m-p/668835#M3898</link>
      <description>&lt;P&gt;The P=1 for the seasonal part of the model means that the current observation is correlated with themselves at lag = number of periods in the season.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, if you are using monthly data then the current observation is correlated to itself at lag = 12.&lt;/P&gt;
&lt;P&gt;Likewise, if you are using quarterly data, then the auto-correlation would be at lag = 4.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 13:49:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/time-series/m-p/668835#M3898</guid>
      <dc:creator>solarflare</dc:creator>
      <dc:date>2020-07-13T13:49:34Z</dc:date>
    </item>
  </channel>
</rss>

