<?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 ARIMA-transfer function in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/ARIMA-transfer-function/m-p/399343#M2680</link>
    <description>&lt;DIV&gt;&lt;SPAN&gt;In order to prewhiten and filter my variables for a cross correlation analysis using the arima procedure:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;PRE&gt;proc arima data=in;
      identify var=x;
      estimate p=1 q=1;
      identify var=y crosscorr=x;
   run;&lt;/PRE&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;how do I specify a seasonal&amp;nbsp;ARIMA model in the ESTIMATE statement? W&lt;/SPAN&gt;&lt;SPAN&gt;hat syntax should I&amp;nbsp;use?&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;My&amp;nbsp;model is a seasonal ARIMA (1,0,0) (1,0,1) perioid=6.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Maria&lt;/DIV&gt;</description>
    <pubDate>Wed, 27 Sep 2017 21:07:20 GMT</pubDate>
    <dc:creator>uribem</dc:creator>
    <dc:date>2017-09-27T21:07:20Z</dc:date>
    <item>
      <title>ARIMA-transfer function</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/ARIMA-transfer-function/m-p/399343#M2680</link>
      <description>&lt;DIV&gt;&lt;SPAN&gt;In order to prewhiten and filter my variables for a cross correlation analysis using the arima procedure:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;PRE&gt;proc arima data=in;
      identify var=x;
      estimate p=1 q=1;
      identify var=y crosscorr=x;
   run;&lt;/PRE&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;how do I specify a seasonal&amp;nbsp;ARIMA model in the ESTIMATE statement? W&lt;/SPAN&gt;&lt;SPAN&gt;hat syntax should I&amp;nbsp;use?&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;My&amp;nbsp;model is a seasonal ARIMA (1,0,0) (1,0,1) perioid=6.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Maria&lt;/DIV&gt;</description>
      <pubDate>Wed, 27 Sep 2017 21:07:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/ARIMA-transfer-function/m-p/399343#M2680</guid>
      <dc:creator>uribem</dc:creator>
      <dc:date>2017-09-27T21:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: ARIMA-transfer function</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/ARIMA-transfer-function/m-p/399652#M2683</link>
      <description>&lt;P&gt;Hi Maria.&lt;/P&gt;
&lt;P&gt;It looks like you have taken the appropriate steps to pre-whiten the x for transfer function identification. If you send details of how the x variable enters the model, the pre-whitened CCF will work, I'll be happy to help with that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As far as your ARIMA specification, the syntax below should specify the model. Note, I'm assuming that the paretheses indicate a factored specification, and that the second set of parentheses indicate seasonal factors.&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New"&gt;arima&lt;/FONT&gt;&lt;/STRONG&gt;&amp;nbsp; &lt;FONT color="#0000ff" face="Courier New"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=in;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;&amp;nbsp;&amp;nbsp; identify&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;var&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=x;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;&amp;nbsp;&amp;nbsp; estimate&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;p&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;q&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;&amp;nbsp;&amp;nbsp; identify&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;var&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=y &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;crosscorr&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=(x);&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;&amp;nbsp;&amp;nbsp; estimate&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;input&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=(&amp;lt;transfer fnt&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for x&amp;nbsp;goes here&amp;gt;)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; p&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt;)(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;6&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt;) &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;q&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;6&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt;) ml;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New"&gt;run&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, you should check out the University Edition of SAS Studio. We have created some forecasting tasks that allow you to create ARIMA specifications in a point and click environment, and then see the corresponding model syntax. See, &lt;A href="https://www.sas.com/en_us/software/university-edition/download-software.html" target="_blank"&gt;https://www.sas.com/en_us/software/university-edition/download-software.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps, and feel free to&amp;nbsp;follow up. Best, Chip&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2017 21:42:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/ARIMA-transfer-function/m-p/399652#M2683</guid>
      <dc:creator>chwell</dc:creator>
      <dc:date>2017-09-28T21:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: ARIMA-transfer function</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/ARIMA-transfer-function/m-p/402391#M2703</link>
      <description>&lt;P&gt;Hi Chip,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm actually not interested in using the transfer function for prediction. The CCF is as far as I need to go in my analysis.&amp;nbsp;but I wanted to make sure that the syntax for specifying the seasonal ARIMA&amp;nbsp;to be fitted is correct.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't really understand why you are using two IDENTIFY and two ESTIMATE statements, is that necessary? All I want to do is to run CCF with pre-whitened series, using a seasonal ARIMA for the pre-whitening.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maria&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2017 15:20:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/ARIMA-transfer-function/m-p/402391#M2703</guid>
      <dc:creator>uribem</dc:creator>
      <dc:date>2017-10-09T15:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: ARIMA-transfer function</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/ARIMA-transfer-function/m-p/402501#M2706</link>
      <description>&lt;P&gt;Hi Maria.&lt;/P&gt;
&lt;P&gt;Sorry if I miss-understood you question.&lt;/P&gt;
&lt;P&gt;The way to produce pre-whitened CCF plots in Proc ARIMA is to:&lt;/P&gt;
&lt;P&gt;1) identify the input or X variable.&lt;/P&gt;
&lt;P&gt;2) Estimate a model&amp;nbsp;for&amp;nbsp;X that results in white noise residuals. This&amp;nbsp;model is&amp;nbsp;the pre-whitening filter.&lt;/P&gt;
&lt;P&gt;3) Identify the Y variable and&amp;nbsp;list the X variable in&amp;nbsp;a crosscorr=(X)&amp;nbsp;option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Modifying the code sent earlier;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New"&gt;arima&lt;/FONT&gt;&lt;/STRONG&gt;&amp;nbsp; &lt;FONT color="#0000ff" face="Courier New"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=in;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;&amp;nbsp;&amp;nbsp; identify&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;var&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=x;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;&amp;nbsp;&amp;nbsp; estimate&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;p&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt;)(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;6&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt;) &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;q&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;6&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt;) ml;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;&amp;nbsp;&amp;nbsp; identify&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;var&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=y &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;crosscorr&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=(x);&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New"&gt;run&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;&lt;FONT face="Courier New"&gt;Hope this helps. Chip&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2017 20:11:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/ARIMA-transfer-function/m-p/402501#M2706</guid>
      <dc:creator>chwell</dc:creator>
      <dc:date>2017-10-09T20:11:23Z</dc:date>
    </item>
  </channel>
</rss>

