BookmarkSubscribeRSS Feed
Babloo
Rhodochrosite | Level 12

Dear SAS experts,

 

Appreciate if someone of you hint me on the following questions?

 

1. What is the difference between proc timeseries and proc ARIMA?

2. What is white noise? Can we've a White Noise in stationary series data (after differencing) and also in the residuals?

3. How to interpret ACF and PACF plot?

4. Although I find several example for ARIMA model, I've trouble finding the document with simpler ARIMA model which has explained step by step apporach with simple terms. Appreciate if you find any easy understanding document for me.

 

Thanks in advance for any help you offer me.

 

1 REPLY 1
user24feb
Barite | Level 11

Only a part of the answers (any search engine should yield plenty of infos): 

1. Use proc timeseries for time series diagnostics (find trend or seasonality). You can do time series diagnostics with proc arima as well, but also use it for forcasting.

2. White Noise means, that there is no "information" (left) in a time series - values have zero mean, a non-zero variance and are serially not correlated (check wikipedia or so for full definition). I don't really understand the 2nd part of your question.

3. Plenty of stuff on the internet/any time series text book (search for ar(1), ma(1), ar(2), ma(2))

4. Maybe like this: 1. Check for unit-roots (check if time series is stationary; search "Dickey-Fuller-Test") 2. Use ACF/PACF for preliminary model 3. Adjust model if necessary (maybe use AIC/SBC as criterion - smaller is better) 4. Make sure the residuals are White Noise Smiley Wink

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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
  • 1 reply
  • 712 views
  • 0 likes
  • 2 in conversation