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

I have a time series with prices. There are 51 prices. And i need to check if it stationary or not ?And if not, i need to make it stationary.

 

So i think, i have to do a Dickey Fuller test.

 

So i tried this code

proc ARIMA data=prices;
identify var=price stationarity=(adf=(0)) nlag=51;
run;

 

Is it correct ?

 And this is results :

 

Capture.PNGCapture1.PNG

So, where i have to look, if i want to see it's stationary or not ?

1 ACCEPTED SOLUTION

Accepted Solutions
Cynthia_sas
Diamond | Level 26

Hi:

This Tech Support note on Frequently Asked For Statistics talks about the Dickey-Fuller test and how to get it, here: http://support.sas.com/kb/30/333.html
and here is a long explanation: http://support.sas.com/documentation/cdl/en/etsug/67525/HTML/default/viewer.htm#etsug_macros_sect019...

cynthia

 

(post modified to show Tech Support and documentation links only)

View solution in original post

1 REPLY 1
Cynthia_sas
Diamond | Level 26

Hi:

This Tech Support note on Frequently Asked For Statistics talks about the Dickey-Fuller test and how to get it, here: http://support.sas.com/kb/30/333.html
and here is a long explanation: http://support.sas.com/documentation/cdl/en/etsug/67525/HTML/default/viewer.htm#etsug_macros_sect019...

cynthia

 

(post modified to show Tech Support and documentation links only)

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Discussion stats
  • 1 reply
  • 1973 views
  • 0 likes
  • 2 in conversation