<?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: description of SARIMA model in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/description-of-SARIMA-model/m-p/770500#M4251</link>
    <description>&lt;UL&gt;
&lt;LI&gt;
&lt;P class="src grammarSection highlight" data-group="1-1"&gt;Thank you very much for your help!&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Sun, 26 Sep 2021 14:16:49 GMT</pubDate>
    <dc:creator>Phoenix_LJ</dc:creator>
    <dc:date>2021-09-26T14:16:49Z</dc:date>
    <item>
      <title>description of SARIMA model</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/description-of-SARIMA-model/m-p/770454#M4249</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have built a proper model through the Arima process step, but I don't know how to formally and correctly describe the model.&lt;/SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QQ截图20210926110907.png" style="width: 347px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/64073iDCF5FCECA23EAF08/image-size/large?v=v2&amp;amp;px=999" role="button" title="QQ截图20210926110907.png" alt="QQ截图20210926110907.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;this is my final arima model,it should name "ARIMA(1,1,1)(1,1,1)&lt;FONT size="2"&gt;52&lt;/FONT&gt;" or another???&lt;/P&gt;</description>
      <pubDate>Sun, 26 Sep 2021 03:12:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/description-of-SARIMA-model/m-p/770454#M4249</guid>
      <dc:creator>Phoenix_LJ</dc:creator>
      <dc:date>2021-09-26T03:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: description of SARIMA model</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/description-of-SARIMA-model/m-p/770495#M4250</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/307532"&gt;@Phoenix_LJ&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am assuming you are familiar with the backshift notation and&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;polynomials in the backshift operator&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's the formulae of your ARIMA(1,&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/FONT&gt;,1)(1,1,1)52 model :&lt;/P&gt;
&lt;UL class="lia-list-style-type-disc"&gt;
&lt;LI&gt;Z_t =&amp;nbsp;&lt;FONT color="#FF0000"&gt;&lt;STRIKE&gt; ( 1 - B )&lt;/STRIKE&gt; &lt;/FONT&gt;( 1 - B**52 ) Y_t&lt;/LI&gt;
&lt;LI&gt;( 1 - 0.90219B ) ( 1 + 0.05042B**52) Z_t = 0.071843 + (1 - 0.15713B ) ( 1 - 0.65111B**52 ) e_t&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;This is indeed a SARIMA model, i.e. Seasonal ARIMA (Auto-Regressive Integrated Moving Average) model with :&lt;/P&gt;
&lt;UL class="lia-list-style-type-square"&gt;
&lt;LI&gt;seasonal differencing (once on 52 periods = simple seasonal differencing). The degree &lt;EM&gt;d&lt;/EM&gt; of the seasonal differencing is 1 and &lt;EM&gt;s&lt;/EM&gt;=52 is the length of the seasonal cycle.&lt;/LI&gt;
&lt;LI&gt;1 is the order of the autoregressive part&lt;/LI&gt;
&lt;LI&gt;1 is the order of the seasonal autoregressive part&lt;/LI&gt;
&lt;LI&gt;1 is the order of the&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;moving-average process&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="font-family: inherit;"&gt;1 is the order of the seasonal&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;moving-average process&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;e_t&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;is the independent disturbance, also called the random error&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="font-family: inherit;"&gt;you have no transfer functions as it is not SARIMAX (with some extra X-input time series)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Sun, 26 Sep 2021 12:59:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/description-of-SARIMA-model/m-p/770495#M4250</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-09-26T12:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: description of SARIMA model</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/description-of-SARIMA-model/m-p/770500#M4251</link>
      <description>&lt;UL&gt;
&lt;LI&gt;
&lt;P class="src grammarSection highlight" data-group="1-1"&gt;Thank you very much for your help!&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Sun, 26 Sep 2021 14:16:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/description-of-SARIMA-model/m-p/770500#M4251</guid>
      <dc:creator>Phoenix_LJ</dc:creator>
      <dc:date>2021-09-26T14:16:49Z</dc:date>
    </item>
  </channel>
</rss>

