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

Hi! 

 

How can I interpret the seasonal ARIMA Model (0,1,1)(1,0,0)[12] ?

1 ACCEPTED SOLUTION

Accepted Solutions
solarflare
SAS Employee

The P=1 for the seasonal part of the model means that the current observation is correlated with themselves at lag = number of periods in the season.

 

For example, if you are using monthly data then the current observation is correlated to itself at lag = 12.

Likewise, if you are using quarterly data, then the auto-correlation would be at lag = 4.

View solution in original post

3 REPLIES 3
dw_sas
SAS Employee

Hi @bara ,

 

The model, ARIMA(0,1,1)(1,0,0)12, represents a seasonal ARIMA model with a:

  • first non-seasonal difference,
  • first-order non-seasonal moving average term, and
  • first-order seasonal autoregressive term. 

The seasonal index for your model is 12, which is typically used for monthly time series.

 

In general, ARIMA models are described as:  ARIMA(p,d,q)(P,D,Q)s.  The lowercase p, d, q represent the non-seasonal autoregressive (p), differencing (d), and moving average (q) orders, respectively.   The uppercase P, D, Q represent the seasonal autoregressive (P), differencing (D) and moving average (Q) orders, respectively.

 

For additional details about the mathematical model and notation for ARIMA models, please see the following link in the PROC ARIMA documentation:

https://go.documentation.sas.com/?docsetId=etsug&docsetTarget=etsug_arima_gettingstarted13.htm&docse... 

 

I hope this helps!

DW

 

bara
Fluorite | Level 6

@dw_sas  thanks,

 

p=1 in the non seasonal ARIMA part indicates that the  current observations of the series are correlated with themselves at lag 1

  what is mean if P=1 in the seasonal ARIMA part ? 

solarflare
SAS Employee

The P=1 for the seasonal part of the model means that the current observation is correlated with themselves at lag = number of periods in the season.

 

For example, if you are using monthly data then the current observation is correlated to itself at lag = 12.

Likewise, if you are using quarterly data, then the auto-correlation would be at lag = 4.

SAS Innovate 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
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
  • 3 replies
  • 1099 views
  • 1 like
  • 3 in conversation