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

The PROC ARIMA goes through 3 steps of IDENTIFY, ESTIMATE and FORECAST. They are all related to the input time series. Assume the ARIMA model will use additional input variables to forecast a target variable. Now I would like to apply the model results to a new time series. The new time series contains those input variables (with values) and the target variable (with values) in the historical part and only the input variables (with values) in the future part.  How can I score/forecast the target variable in the future part of the new time series ?

1 ACCEPTED SOLUTION

Accepted Solutions
Puwang
Obsidian | Level 7

The short answer to your question: there is no "score" functionality in PROC ARIMA. You will always need to re-estimate based on the history data.

 

That said, you can use the IDENTIFY statement to determine the p,d,q based on one time series. Then, use this pre-determined p,d,q to ESTIMATE and FORECAST a new set of time series. Hope this answer your question.

View solution in original post

1 REPLY 1
Puwang
Obsidian | Level 7

The short answer to your question: there is no "score" functionality in PROC ARIMA. You will always need to re-estimate based on the history data.

 

That said, you can use the IDENTIFY statement to determine the p,d,q based on one time series. Then, use this pre-determined p,d,q to ESTIMATE and FORECAST a new set of time series. Hope this answer your question.

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

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