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

Hi,

For ARIMA modeling, I have got the (P,D,Q,) as (1,1,1). But I am getting confused to form the equation, I have the below coefficients:

      
ParameterMUMA1,1AR1,1
MA1,10.0021.0000.962
AR1,10.0000.9621.000
MU1.0000.0020.000

      

I have the following 3 obs forecasted after differentiation:

       
ObsForecastStd Error95% Confidence Limits
95-0.79766.6431-13.817912.2226
960.60036.7904-12.708613.9092
970.05786.8123-13.294013.4097

1 ACCEPTED SOLUTION

Accepted Solutions
Snurre_SAS
SAS Employee

This link describes the general notation used when working with ARIMA models: http://support.sas.com/documentation/cdl/en/etsug/65545/HTML/default/viewer.htm#etsug_arima_gettings....

Trying to setup the model outside of PROC ARIMA - for instance in Excel - is very tricky to do and not something I would recommend. It is not the same calculations as you would have when working for instance with simple linear regression. Forecasts are calculated as either infinite memory or finite memory forecasts which is based on the type of estimation method. More information can be found here: http://support.sas.com/documentation/cdl/en/etsug/65545/HTML/default/viewer.htm#etsug_arima_details3...

Thanks,

Snurre

View solution in original post

5 REPLIES 5
Snurre_SAS
SAS Employee

Hi,

I'm not entirely sure what you want to achieve but the first part of your output is not the actual parameter estimates. Instead, I think, you have shown the correlations of the parameter estimates. The actual parameter estimates can be located elsewhere in the output.

If you want to be able to write out the estimated equation you might find some input in this example: http://support.sas.com/documentation/cdl/en/etsug/65545/HTML/default/viewer.htm#etsug_arima_gettings...

At the bottom is an example where an ARIMA(1,1,1) is estimated.

Thanks,

Snurre

munitech4u
Quartz | Level 8

Thank you for the link. That was helpful. Though I have question: if I have to substitute the values of B and a(t) at a given time t, what would be there value.? And once we form this equation do we need to integrate, before forecasting?

Snurre_SAS
SAS Employee

This link describes the general notation used when working with ARIMA models: http://support.sas.com/documentation/cdl/en/etsug/65545/HTML/default/viewer.htm#etsug_arima_gettings....

Trying to setup the model outside of PROC ARIMA - for instance in Excel - is very tricky to do and not something I would recommend. It is not the same calculations as you would have when working for instance with simple linear regression. Forecasts are calculated as either infinite memory or finite memory forecasts which is based on the type of estimation method. More information can be found here: http://support.sas.com/documentation/cdl/en/etsug/65545/HTML/default/viewer.htm#etsug_arima_details3...

Thanks,

Snurre

munitech4u
Quartz | Level 8

Thnx!!

munitech4u
Quartz | Level 8

Which value will be assigned to random error a(t)?

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
  • 5 replies
  • 2948 views
  • 2 likes
  • 2 in conversation