<?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 PROC ARIMA in mathematical form in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-ARIMA-in-mathematical-form/m-p/299169#M1929</link>
    <description>Hi everyone, I am trying to take the parameters from an ARIMAX model calculated using PROC Arima, and build a forecasting model in excel. I am using variable Y_d (already differenced) as my response variable. And I am using x_d (already differenced) as an explanatory variable. I am using the following code: proc arima data=test; identify var=x_d; estimate p=1 noint; run; identify var=y_d crosscorr=(x_d) ; estimate input= (1 $ x_d) p=1 q=1; forecast lead=1 out=n; run; quit; According to this &lt;A href="http://support.sas.com/documentation/cdl/en/etsug/60372/HTML/default/viewer.htm#etsug_arima_sect012.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/etsug/60372/HTML/default/viewer.htm#etsug_arima_sect012.htm&lt;/A&gt; (regression with ARMA error), this should measure the following mathematical formula: y_d(t)= constant + B1 x_d(t) + ((1-theta(1)B)/(1-fie(1)B)) *Error(t) As I want to import the parameter in the excel and build a forecasting model in the excel, is it the following model in regression form? y_d(t)=(constant *(1-fie(1)B) +(1-fie(1)B) * B1 x_d(t) +(1-theta(1)B)* Error(t))/(1-fie(1)B) or the final form... y_d(t)=constant_estimate(from SAS)+ fie(1) y_d(t-1)+ B1 x_d(t) - B1*fie(1)*x_d(t-1) + Error (t)-theta(1)* Error(t-1) ? However using the above final form does not produce the correct forecast in Excel using the parameters from PROC ARIMA. If anyone can help me, it would be grealy appreciated. Thanks.</description>
    <pubDate>Sun, 18 Sep 2016 19:01:28 GMT</pubDate>
    <dc:creator>Stat_user345</dc:creator>
    <dc:date>2016-09-18T19:01:28Z</dc:date>
    <item>
      <title>PROC ARIMA in mathematical form</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-ARIMA-in-mathematical-form/m-p/299169#M1929</link>
      <description>Hi everyone, I am trying to take the parameters from an ARIMAX model calculated using PROC Arima, and build a forecasting model in excel. I am using variable Y_d (already differenced) as my response variable. And I am using x_d (already differenced) as an explanatory variable. I am using the following code: proc arima data=test; identify var=x_d; estimate p=1 noint; run; identify var=y_d crosscorr=(x_d) ; estimate input= (1 $ x_d) p=1 q=1; forecast lead=1 out=n; run; quit; According to this &lt;A href="http://support.sas.com/documentation/cdl/en/etsug/60372/HTML/default/viewer.htm#etsug_arima_sect012.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/etsug/60372/HTML/default/viewer.htm#etsug_arima_sect012.htm&lt;/A&gt; (regression with ARMA error), this should measure the following mathematical formula: y_d(t)= constant + B1 x_d(t) + ((1-theta(1)B)/(1-fie(1)B)) *Error(t) As I want to import the parameter in the excel and build a forecasting model in the excel, is it the following model in regression form? y_d(t)=(constant *(1-fie(1)B) +(1-fie(1)B) * B1 x_d(t) +(1-theta(1)B)* Error(t))/(1-fie(1)B) or the final form... y_d(t)=constant_estimate(from SAS)+ fie(1) y_d(t-1)+ B1 x_d(t) - B1*fie(1)*x_d(t-1) + Error (t)-theta(1)* Error(t-1) ? However using the above final form does not produce the correct forecast in Excel using the parameters from PROC ARIMA. If anyone can help me, it would be grealy appreciated. Thanks.</description>
      <pubDate>Sun, 18 Sep 2016 19:01:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-ARIMA-in-mathematical-form/m-p/299169#M1929</guid>
      <dc:creator>Stat_user345</dc:creator>
      <dc:date>2016-09-18T19:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: PROC ARIMA in mathematical form</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-ARIMA-in-mathematical-form/m-p/299402#M1933</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;This might help &lt;A href="https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/What-is-the-mathematical-form-of-an-ARIMA-forecast/m-p/28736/highlight/true" target="_blank"&gt;https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/What-is-the-mathematical-form-of-an-ARIMA-forecast/m-p/28736/highlight/true&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2016 20:40:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/PROC-ARIMA-in-mathematical-form/m-p/299402#M1933</guid>
      <dc:creator>Synchro</dc:creator>
      <dc:date>2016-09-19T20:40:21Z</dc:date>
    </item>
  </channel>
</rss>

