<?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 Seasonal Augmented Dickey-Fuller Unit Root Test in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Seasonal-Augmented-Dickey-Fuller-Unit-Root-Test/m-p/55851#M261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andreas -&lt;/P&gt;&lt;P&gt;You will find details about the augmented dickey fuller unit root test here: &lt;A href="http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#etsug_macros_sect007.htm"&gt;http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#etsug_macros_sect007.htm&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Udo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Nov 2011 14:59:52 GMT</pubDate>
    <dc:creator>udo_sas</dc:creator>
    <dc:date>2011-11-29T14:59:52Z</dc:date>
    <item>
      <title>Seasonal Augmented Dickey-Fuller Unit Root Test</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Seasonal-Augmented-Dickey-Fuller-Unit-Root-Test/m-p/55850#M260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt;I have a question about the seasonal unit root test incorporated in proc arima that is named in SAS output as "seasonal augmented dickey fuller unit root test".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt;I will pose my question by providing an example.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt;I run the following proc arima procedure:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt;proc arima data=aaa;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt;identify var=y stationarity=(adf=(n) dlag=m); */ m, n are integers (e.g. n=4 and m=12);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt;run&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt;quit;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt;In the ouput i get a table entitled "seasonal augmented dickey fuller unit root test".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt;The p-values that i get in the column Pr&amp;lt;Tau are produced by comparing the column tau values of the reported table with the critical values tabulated by Hasza and Fuller (1982) or with the critical values tabulated by Dickey, Hasza and Fuller (1984)? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt;Alternatively the null hypothesis is that first difference and seasonal difference (s=m) [Hasza and Fuller (1982)] is needed to make the series y stationary or the null hypothesis is that only seasonal difference (s=m) [Dickey, Hasza and Fuller (1984)] is needed to make the series y stationary?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt;Thanks in advance,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt;Andreas&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; font-family: Arial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 00:12:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Seasonal-Augmented-Dickey-Fuller-Unit-Root-Test/m-p/55850#M260</guid>
      <dc:creator>andreas_zaras</dc:creator>
      <dc:date>2011-11-29T00:12:47Z</dc:date>
    </item>
    <item>
      <title>Seasonal Augmented Dickey-Fuller Unit Root Test</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Seasonal-Augmented-Dickey-Fuller-Unit-Root-Test/m-p/55851#M261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andreas -&lt;/P&gt;&lt;P&gt;You will find details about the augmented dickey fuller unit root test here: &lt;A href="http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#etsug_macros_sect007.htm"&gt;http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#etsug_macros_sect007.htm&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Udo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 14:59:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Seasonal-Augmented-Dickey-Fuller-Unit-Root-Test/m-p/55851#M261</guid>
      <dc:creator>udo_sas</dc:creator>
      <dc:date>2011-11-29T14:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Seasonal Augmented Dickey-Fuller Unit Root Test</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Seasonal-Augmented-Dickey-Fuller-Unit-Root-Test/m-p/55852#M262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much and sorry for the so late reply!&lt;/P&gt;&lt;P&gt;I thought i had replied earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ANdreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jan 2013 20:34:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Seasonal-Augmented-Dickey-Fuller-Unit-Root-Test/m-p/55852#M262</guid>
      <dc:creator>andreas_zaras</dc:creator>
      <dc:date>2013-01-12T20:34:50Z</dc:date>
    </item>
  </channel>
</rss>

