<?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 Finding the mathematical model for a DIFFERENCED ARIMA in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Finding-the-mathematical-model-for-a-DIFFERENCED-ARIMA/m-p/490544#M3262</link>
    <description>&lt;P&gt;Hi, I had to difference my dependent variable to get white noise autocorrelation. Below is my code. How do I get the mathematical form of my ARIMA model? I got several MLEs but when I multiply them by the variable values, I don't get the forecasted values. I need an equation: dependent var = mu + coefficien1*X1 + coefficient2* x2 + coefficient3*x3 &lt;BR /&gt; &lt;BR /&gt;No clue how to do this with a differenced response variable.&lt;BR /&gt; &lt;BR /&gt;PLEASE HELP?&lt;BR /&gt;TXX&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;TITLE 'REGRESSION ANALYSIS 8'; run;
PROC ARIMA DATA = SAHT.XCOMBINED3 ;
IDENTIFY VAR = DEPENDENTVAR (1) CROSSCOR = (
X1 X2 X3  );
ESTIMATE P = (1 6) METHOD = ML INPUT = (
X1 X2 X3 ) PLOT;
FORECAST ID = TIME INTERVAL = WEEK PRINTALL OUT = SAHT.XOUT;
RUN;
QUIT;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 28 Aug 2018 16:19:38 GMT</pubDate>
    <dc:creator>TryingwithSAS</dc:creator>
    <dc:date>2018-08-28T16:19:38Z</dc:date>
    <item>
      <title>Finding the mathematical model for a DIFFERENCED ARIMA</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Finding-the-mathematical-model-for-a-DIFFERENCED-ARIMA/m-p/490544#M3262</link>
      <description>&lt;P&gt;Hi, I had to difference my dependent variable to get white noise autocorrelation. Below is my code. How do I get the mathematical form of my ARIMA model? I got several MLEs but when I multiply them by the variable values, I don't get the forecasted values. I need an equation: dependent var = mu + coefficien1*X1 + coefficient2* x2 + coefficient3*x3 &lt;BR /&gt; &lt;BR /&gt;No clue how to do this with a differenced response variable.&lt;BR /&gt; &lt;BR /&gt;PLEASE HELP?&lt;BR /&gt;TXX&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;TITLE 'REGRESSION ANALYSIS 8'; run;
PROC ARIMA DATA = SAHT.XCOMBINED3 ;
IDENTIFY VAR = DEPENDENTVAR (1) CROSSCOR = (
X1 X2 X3  );
ESTIMATE P = (1 6) METHOD = ML INPUT = (
X1 X2 X3 ) PLOT;
FORECAST ID = TIME INTERVAL = WEEK PRINTALL OUT = SAHT.XOUT;
RUN;
QUIT;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 28 Aug 2018 16:19:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Finding-the-mathematical-model-for-a-DIFFERENCED-ARIMA/m-p/490544#M3262</guid>
      <dc:creator>TryingwithSAS</dc:creator>
      <dc:date>2018-08-28T16:19:38Z</dc:date>
    </item>
  </channel>
</rss>

