<?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: ARIMA Transfer Function Sign Switch? in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/ARIMA-Transfer-Function-Sign-Switch/m-p/395087#M2658</link>
    <description>&lt;P&gt;The followings are copied from the PROC ARIMA doc. You might see different formulations from other software vendors. We are not aware of any issue with PROC ARIMA having sign switched. thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;General Notation for ARIMA Models&lt;/P&gt;
&lt;DIV class="xis-refProc"&gt;
&lt;DIV id="etsug.arima.arimanotation" class="AAsection"&gt;
&lt;DIV id="etsug_arima000303" class="AAsection"&gt;
&lt;DIV class="xis-title"&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;H4 class="xis-title"&gt;Notation for Pure ARIMA Models&lt;/H4&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Mathematically the pure ARIMA model is written as&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV class="AAmathobject"&gt;&lt;IMG class="math" src="http://127.0.0.1:58143/help/etsug.hlp/images/etsug_arima0004.png" border="0" alt="\[ W_{t}={\mu }+\frac{{\theta }({B})}{{\phi }({B})}a_{t} \]" width="105" height="36" /&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;where&lt;/P&gt;
&lt;DIV class="AAdeflist"&gt;
&lt;DL class="AAdeflist"&gt;
&lt;DT&gt;&lt;SPAN class=" AAterm "&gt;&lt;SPAN&gt;&lt;EM&gt;t&lt;/EM&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/DT&gt;
&lt;DD&gt;
&lt;P&gt;indexes time&lt;/P&gt;
&lt;/DD&gt;
&lt;DT&gt;&lt;SPAN class=" AAterm "&gt;&lt;SPAN&gt;&lt;IMG class="math" src="http://127.0.0.1:58143/help/etsug.hlp/images/etsug_arima0005.png" border="0" alt="${W_{t}}$" width="14" height="12" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DT&gt;
&lt;DD&gt;
&lt;P&gt;is the response series &lt;SPAN&gt;&lt;IMG class="math" src="http://127.0.0.1:58143/help/etsug.hlp/images/etsug_arima0006.png" border="0" alt="${Y_{t}}$" width="10" height="12" /&gt;&lt;/SPAN&gt; or a difference of the response series&lt;/P&gt;
&lt;/DD&gt;
&lt;DT&gt;&lt;SPAN class=" AAterm "&gt;&lt;SPAN&gt;&lt;IMG class="math" src="http://127.0.0.1:58143/help/etsug.hlp/images/etsug_arima0007.png" border="0" alt="${\mu }$" width="9" height="11" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DT&gt;
&lt;DD&gt;
&lt;P&gt;is the mean term&lt;/P&gt;
&lt;/DD&gt;
&lt;DT&gt;&lt;SPAN class=" AAterm "&gt;&lt;SPAN class=" AAmathtext"&gt;B&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DT&gt;
&lt;DD&gt;
&lt;P&gt;is the backshift operator; that is, &lt;SPAN&gt;&lt;IMG class="math" src="http://127.0.0.1:58143/help/etsug.hlp/images/etsug_arima0008.png" border="0" alt="${{B}X_{t}=X_{t-1}}$" width="67" height="12" /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DD&gt;
&lt;DT&gt;&lt;SPAN class=" AAterm "&gt;&lt;SPAN&gt;&lt;IMG class="math" src="http://127.0.0.1:58143/help/etsug.hlp/images/etsug_arima0009.png" border="0" alt="${{\phi }({B})}$" width="28" height="16" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DT&gt;
&lt;DD&gt;
&lt;P&gt;is the autoregressive operator, represented as a polynomial in the backshift operator: &lt;SPAN&gt;&lt;IMG class="math" src="http://127.0.0.1:58143/help/etsug.hlp/images/etsug_arima0010.png" border="0" alt="${{\phi }({B})=1-{\phi }_{1}{B}-{\ldots }-{\phi }_{p}{B}^{p}}$" width="172" height="16" /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DD&gt;
&lt;DT&gt;&lt;SPAN class=" AAterm "&gt;&lt;SPAN&gt;&lt;IMG class="math" src="http://127.0.0.1:58143/help/etsug.hlp/images/etsug_arima0011.png" border="0" alt="${{\theta }({B})}$" width="28" height="16" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DT&gt;
&lt;DD&gt;
&lt;P&gt;is the moving-average operator, represented as a polynomial in the backshift operator: &lt;SPAN&gt;&lt;IMG class="math" src="http://127.0.0.1:58143/help/etsug.hlp/images/etsug_arima0012.png" border="0" alt="${{\theta }({B})=1-{\theta }_{1}{B}-{\ldots }-{\theta }_{q}{B}^{q}}$" width="171" height="16" /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DD&gt;
&lt;DT&gt;&lt;SPAN class=" AAterm "&gt;&lt;SPAN&gt;&lt;IMG class="math" src="http://127.0.0.1:58143/help/etsug.hlp/images/etsug_arima0013.png" border="0" alt="${a_{t}}$" width="11" height="9" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DT&gt;
&lt;DD&gt;
&lt;P&gt;is the independent disturbance, also called the random error&lt;/P&gt;
&lt;/DD&gt;
&lt;/DL&gt;
&lt;/DIV&gt;
&lt;P&gt;The series &lt;SPAN&gt;&lt;IMG class="math" src="http://127.0.0.1:58143/help/etsug.hlp/images/etsug_arima0005.png" border="0" alt="${W_{t}}$" width="14" height="12" /&gt;&lt;/SPAN&gt; is computed by the IDENTIFY statement and is the series processed by the ESTIMATE statement. Thus, &lt;SPAN&gt;&lt;IMG class="math" src="http://127.0.0.1:58143/help/etsug.hlp/images/etsug_arima0005.png" border="0" alt="${W_{t}}$" width="14" height="12" /&gt;&lt;/SPAN&gt; is either the response series &lt;SPAN&gt;&lt;EM&gt;Y&lt;IMG class="math" src="http://127.0.0.1:58143/help/etsug.hlp/images/etsug_arima0014.png" border="0" alt="$_{t}$" width="4" height="7" /&gt;&lt;/EM&gt;&lt;/SPAN&gt; or a difference of &lt;SPAN&gt;&lt;IMG class="math" src="http://127.0.0.1:58143/help/etsug.hlp/images/etsug_arima0006.png" border="0" alt="${Y_{t}}$" width="10" height="12" /&gt;&lt;/SPAN&gt; specified by the differencing operators in the IDENTIFY statement.&lt;/P&gt;
&lt;P&gt;For simple (nonseasonal) differencing, &lt;SPAN&gt;&lt;IMG class="math" src="http://127.0.0.1:58143/help/etsug.hlp/images/etsug_arima0015.png" border="0" alt="${W_{t}=(1-{B})^{d}Y_{t}}$" width="95" height="18" /&gt;&lt;/SPAN&gt;. For seasonal differencing &lt;SPAN&gt;&lt;IMG class="math" src="http://127.0.0.1:58143/help/etsug.hlp/images/etsug_arima0016.png" border="0" alt="${W_{t}=(1-{B})^{d}(1-{B}^{s})^{D}Y_{t}}$" width="154" height="18" /&gt;&lt;/SPAN&gt;, where &lt;SPAN&gt;&lt;EM&gt;d&lt;/EM&gt;&lt;/SPAN&gt; is the degree of nonseasonal differencing, &lt;SPAN&gt;&lt;EM&gt;D&lt;/EM&gt;&lt;/SPAN&gt; is the degree of seasonal differencing, and &lt;SPAN&gt;&lt;EM&gt;s&lt;/EM&gt;&lt;/SPAN&gt; is the length of the seasonal cycle.&lt;/P&gt;
&lt;P&gt;For example, the mathematical form of the ARIMA(1,1,1) model estimated in the preceding example is&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV class="AAmathobject"&gt;&lt;IMG class="math" src="http://127.0.0.1:58143/help/etsug.hlp/images/etsug_arima0017.png" border="0" alt="\[ (1-{B})Y_{t}={\mu }+\frac{(1-{\theta }_{1}{B})}{(1-{\phi }_{1}{B})}a_{t} \]" width="173" height="36" /&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Tue, 12 Sep 2017 13:09:55 GMT</pubDate>
    <dc:creator>alexchien</dc:creator>
    <dc:date>2017-09-12T13:09:55Z</dc:date>
    <item>
      <title>ARIMA Transfer Function Sign Switch?</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/ARIMA-Transfer-Function-Sign-Switch/m-p/394464#M2654</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running zero-order, first-order, and pulse transfer functions for (0,1,1) models in SAS 9.4. When I ran the identification and estimation steps the MA(1) parameter came out negative when it should have been positive. I expected that since I&amp;nbsp;read that SAS will reverse the MA sign.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have run the three transfer functions and the MA(1), omega, and delta parameters are all reported negative and the mu is reported positive (screen shot attached). Likewise with the t-ratios. It also makes me wonder if the AIC and SBC signs are reversed too.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it safe to assume that SAS 9.4 is reversing the parameter and t-ratios signs? I need to make sure this assumption is correct because diagnostic protocol requires I reject parameters that are not between 0 and 1.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Lastly, as a side note, the screen shot attached is of one of the three transfer functions, which you can see the omega and delta are not statisitcaly significant. That is okay since this is one of my rival hypotheses.)&lt;/P&gt;</description>
      <pubDate>Sat, 09 Sep 2017 18:59:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/ARIMA-Transfer-Function-Sign-Switch/m-p/394464#M2654</guid>
      <dc:creator>KACJohnson</dc:creator>
      <dc:date>2017-09-09T18:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: ARIMA Transfer Function Sign Switch?</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/ARIMA-Transfer-Function-Sign-Switch/m-p/395087#M2658</link>
      <description>&lt;P&gt;The followings are copied from the PROC ARIMA doc. You might see different formulations from other software vendors. We are not aware of any issue with PROC ARIMA having sign switched. thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;General Notation for ARIMA Models&lt;/P&gt;
&lt;DIV class="xis-refProc"&gt;
&lt;DIV id="etsug.arima.arimanotation" class="AAsection"&gt;
&lt;DIV id="etsug_arima000303" class="AAsection"&gt;
&lt;DIV class="xis-title"&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;H4 class="xis-title"&gt;Notation for Pure ARIMA Models&lt;/H4&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Mathematically the pure ARIMA model is written as&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV class="AAmathobject"&gt;&lt;IMG class="math" src="http://127.0.0.1:58143/help/etsug.hlp/images/etsug_arima0004.png" border="0" alt="\[ W_{t}={\mu }+\frac{{\theta }({B})}{{\phi }({B})}a_{t} \]" width="105" height="36" /&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;where&lt;/P&gt;
&lt;DIV class="AAdeflist"&gt;
&lt;DL class="AAdeflist"&gt;
&lt;DT&gt;&lt;SPAN class=" AAterm "&gt;&lt;SPAN&gt;&lt;EM&gt;t&lt;/EM&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/DT&gt;
&lt;DD&gt;
&lt;P&gt;indexes time&lt;/P&gt;
&lt;/DD&gt;
&lt;DT&gt;&lt;SPAN class=" AAterm "&gt;&lt;SPAN&gt;&lt;IMG class="math" src="http://127.0.0.1:58143/help/etsug.hlp/images/etsug_arima0005.png" border="0" alt="${W_{t}}$" width="14" height="12" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DT&gt;
&lt;DD&gt;
&lt;P&gt;is the response series &lt;SPAN&gt;&lt;IMG class="math" src="http://127.0.0.1:58143/help/etsug.hlp/images/etsug_arima0006.png" border="0" alt="${Y_{t}}$" width="10" height="12" /&gt;&lt;/SPAN&gt; or a difference of the response series&lt;/P&gt;
&lt;/DD&gt;
&lt;DT&gt;&lt;SPAN class=" AAterm "&gt;&lt;SPAN&gt;&lt;IMG class="math" src="http://127.0.0.1:58143/help/etsug.hlp/images/etsug_arima0007.png" border="0" alt="${\mu }$" width="9" height="11" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DT&gt;
&lt;DD&gt;
&lt;P&gt;is the mean term&lt;/P&gt;
&lt;/DD&gt;
&lt;DT&gt;&lt;SPAN class=" AAterm "&gt;&lt;SPAN class=" AAmathtext"&gt;B&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DT&gt;
&lt;DD&gt;
&lt;P&gt;is the backshift operator; that is, &lt;SPAN&gt;&lt;IMG class="math" src="http://127.0.0.1:58143/help/etsug.hlp/images/etsug_arima0008.png" border="0" alt="${{B}X_{t}=X_{t-1}}$" width="67" height="12" /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DD&gt;
&lt;DT&gt;&lt;SPAN class=" AAterm "&gt;&lt;SPAN&gt;&lt;IMG class="math" src="http://127.0.0.1:58143/help/etsug.hlp/images/etsug_arima0009.png" border="0" alt="${{\phi }({B})}$" width="28" height="16" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DT&gt;
&lt;DD&gt;
&lt;P&gt;is the autoregressive operator, represented as a polynomial in the backshift operator: &lt;SPAN&gt;&lt;IMG class="math" src="http://127.0.0.1:58143/help/etsug.hlp/images/etsug_arima0010.png" border="0" alt="${{\phi }({B})=1-{\phi }_{1}{B}-{\ldots }-{\phi }_{p}{B}^{p}}$" width="172" height="16" /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DD&gt;
&lt;DT&gt;&lt;SPAN class=" AAterm "&gt;&lt;SPAN&gt;&lt;IMG class="math" src="http://127.0.0.1:58143/help/etsug.hlp/images/etsug_arima0011.png" border="0" alt="${{\theta }({B})}$" width="28" height="16" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DT&gt;
&lt;DD&gt;
&lt;P&gt;is the moving-average operator, represented as a polynomial in the backshift operator: &lt;SPAN&gt;&lt;IMG class="math" src="http://127.0.0.1:58143/help/etsug.hlp/images/etsug_arima0012.png" border="0" alt="${{\theta }({B})=1-{\theta }_{1}{B}-{\ldots }-{\theta }_{q}{B}^{q}}$" width="171" height="16" /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DD&gt;
&lt;DT&gt;&lt;SPAN class=" AAterm "&gt;&lt;SPAN&gt;&lt;IMG class="math" src="http://127.0.0.1:58143/help/etsug.hlp/images/etsug_arima0013.png" border="0" alt="${a_{t}}$" width="11" height="9" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DT&gt;
&lt;DD&gt;
&lt;P&gt;is the independent disturbance, also called the random error&lt;/P&gt;
&lt;/DD&gt;
&lt;/DL&gt;
&lt;/DIV&gt;
&lt;P&gt;The series &lt;SPAN&gt;&lt;IMG class="math" src="http://127.0.0.1:58143/help/etsug.hlp/images/etsug_arima0005.png" border="0" alt="${W_{t}}$" width="14" height="12" /&gt;&lt;/SPAN&gt; is computed by the IDENTIFY statement and is the series processed by the ESTIMATE statement. Thus, &lt;SPAN&gt;&lt;IMG class="math" src="http://127.0.0.1:58143/help/etsug.hlp/images/etsug_arima0005.png" border="0" alt="${W_{t}}$" width="14" height="12" /&gt;&lt;/SPAN&gt; is either the response series &lt;SPAN&gt;&lt;EM&gt;Y&lt;IMG class="math" src="http://127.0.0.1:58143/help/etsug.hlp/images/etsug_arima0014.png" border="0" alt="$_{t}$" width="4" height="7" /&gt;&lt;/EM&gt;&lt;/SPAN&gt; or a difference of &lt;SPAN&gt;&lt;IMG class="math" src="http://127.0.0.1:58143/help/etsug.hlp/images/etsug_arima0006.png" border="0" alt="${Y_{t}}$" width="10" height="12" /&gt;&lt;/SPAN&gt; specified by the differencing operators in the IDENTIFY statement.&lt;/P&gt;
&lt;P&gt;For simple (nonseasonal) differencing, &lt;SPAN&gt;&lt;IMG class="math" src="http://127.0.0.1:58143/help/etsug.hlp/images/etsug_arima0015.png" border="0" alt="${W_{t}=(1-{B})^{d}Y_{t}}$" width="95" height="18" /&gt;&lt;/SPAN&gt;. For seasonal differencing &lt;SPAN&gt;&lt;IMG class="math" src="http://127.0.0.1:58143/help/etsug.hlp/images/etsug_arima0016.png" border="0" alt="${W_{t}=(1-{B})^{d}(1-{B}^{s})^{D}Y_{t}}$" width="154" height="18" /&gt;&lt;/SPAN&gt;, where &lt;SPAN&gt;&lt;EM&gt;d&lt;/EM&gt;&lt;/SPAN&gt; is the degree of nonseasonal differencing, &lt;SPAN&gt;&lt;EM&gt;D&lt;/EM&gt;&lt;/SPAN&gt; is the degree of seasonal differencing, and &lt;SPAN&gt;&lt;EM&gt;s&lt;/EM&gt;&lt;/SPAN&gt; is the length of the seasonal cycle.&lt;/P&gt;
&lt;P&gt;For example, the mathematical form of the ARIMA(1,1,1) model estimated in the preceding example is&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV class="AAmathobject"&gt;&lt;IMG class="math" src="http://127.0.0.1:58143/help/etsug.hlp/images/etsug_arima0017.png" border="0" alt="\[ (1-{B})Y_{t}={\mu }+\frac{(1-{\theta }_{1}{B})}{(1-{\phi }_{1}{B})}a_{t} \]" width="173" height="36" /&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Sep 2017 13:09:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/ARIMA-Transfer-Function-Sign-Switch/m-p/395087#M2658</guid>
      <dc:creator>alexchien</dc:creator>
      <dc:date>2017-09-12T13:09:55Z</dc:date>
    </item>
  </channel>
</rss>

