<?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 Mathematical form of an ARIMA model in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Mathematical-form-of-an-ARIMA-model/m-p/29255#M6847</link>
    <description>I created an ARIMA model in SAS, but I need to implement the formula&lt;BR /&gt;
for the forecasts in Excel. Below is the SAS code for the model. The model is&lt;BR /&gt;
AR(5,10,15,20) MA(1,5) with differencing of 5 periods.&lt;BR /&gt;
&lt;BR /&gt;
proc arima data=test;&lt;BR /&gt;
identify var=calls (5) nlag=49;&lt;BR /&gt;
estimate p=(5 10 15 20) q=(1 5);&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
I tried using Y(t)-Y(t-5)=Mu+MA/AR, but the forecasts on the spreadsheet are still different from the SAS output. This notation is based on a document from SAS Support here: &lt;A href="http://support.sas.com/documentation/cdl/en/etsug/60372/HTML/default/viewer.htm#etsug_tffordet_sect016.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/etsug/60372/HTML/default/viewer.htm#etsug_tffordet_sect016.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Can you please help me with translating the ARIMA forecast to Excel? Thank you.&lt;BR /&gt;
Valentin</description>
    <pubDate>Mon, 14 Mar 2011 21:35:16 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2011-03-14T21:35:16Z</dc:date>
    <item>
      <title>Mathematical form of an ARIMA model</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Mathematical-form-of-an-ARIMA-model/m-p/29255#M6847</link>
      <description>I created an ARIMA model in SAS, but I need to implement the formula&lt;BR /&gt;
for the forecasts in Excel. Below is the SAS code for the model. The model is&lt;BR /&gt;
AR(5,10,15,20) MA(1,5) with differencing of 5 periods.&lt;BR /&gt;
&lt;BR /&gt;
proc arima data=test;&lt;BR /&gt;
identify var=calls (5) nlag=49;&lt;BR /&gt;
estimate p=(5 10 15 20) q=(1 5);&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
I tried using Y(t)-Y(t-5)=Mu+MA/AR, but the forecasts on the spreadsheet are still different from the SAS output. This notation is based on a document from SAS Support here: &lt;A href="http://support.sas.com/documentation/cdl/en/etsug/60372/HTML/default/viewer.htm#etsug_tffordet_sect016.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/etsug/60372/HTML/default/viewer.htm#etsug_tffordet_sect016.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Can you please help me with translating the ARIMA forecast to Excel? Thank you.&lt;BR /&gt;
Valentin</description>
      <pubDate>Mon, 14 Mar 2011 21:35:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Mathematical-form-of-an-ARIMA-model/m-p/29255#M6847</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2011-03-14T21:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Mathematical form of an ARIMA model</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Mathematical-form-of-an-ARIMA-model/m-p/29256#M6848</link>
      <description>See: &lt;A href="http://support.sas.com/forums/message.jspa?messageID=52035#52035" target="_blank"&gt;http://support.sas.com/forums/message.jspa?messageID=52035#52035&lt;/A&gt;</description>
      <pubDate>Thu, 17 Mar 2011 08:49:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Mathematical-form-of-an-ARIMA-model/m-p/29256#M6848</guid>
      <dc:creator>udo_sas</dc:creator>
      <dc:date>2011-03-17T08:49:28Z</dc:date>
    </item>
  </channel>
</rss>

