BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
andreas_zaras
Pyrite | Level 9

Hello,

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".

I will pose my question by providing an example.

I run the following proc arima procedure:

proc arima data=aaa;

identify var=y stationarity=(adf=(n) dlag=m); */ m, n are integers (e.g. n=4 and m=12);

run

quit;

In the ouput i get a table entitled "seasonal augmented dickey fuller unit root test".

The p-values that i get in the column Pr<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)?

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?

Thanks in advance,

Andreas

1 ACCEPTED SOLUTION

Accepted Solutions
2 REPLIES 2
udo_sas
SAS Employee

Hi Andreas -

You will find details about the augmented dickey fuller unit root test here: http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#etsug_macros_sect007....

Thanks,

Udo

andreas_zaras
Pyrite | Level 9

Hello,

Thank you very much and sorry for the so late reply!

I thought i had replied earlier.

ANdreas

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

Multiple Linear Regression in SAS

Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 5840 views
  • 0 likes
  • 2 in conversation