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

Hello everyone. It is my understanding that if one wants to build multiple time series models on a time series that went from 2000 to today (2015) monthly; and one wanted to use that information to forecast 3 months in the future, it is common approach to split your data into "Train" and "test" datasets.

Your test dataset would be the last 3 months of your time series (jan 2015, feb 2015, march 2015) (pretend we're already in april for simplicity sake). You would then 'define' your model on your Training dataset, and then compute it's errors against your test dataset.

This way you could try out many multiple models and pick the one with the lowest "Forecast prediction error". 

However my question is: By ignorning those last 3 months of data, how do you then use that model to forecast values later in time? Example: say you wanted to forecast April-June. Is it standard procedure to apply the same model (that wasn't built on the last 3 months) to the April - June forecast period?  Or is it standard procedure to 're-build' the model on the entire time series (2000 to 2015 March) and then use that model to forecast into April-June?

I am pretty confused by this and any clarification would be helpful. 

Thanks all!

1 ACCEPTED SOLUTION

Accepted Solutions
gergely_batho
SAS Employee

Yes: Standard procedure to re-fit the winning model on the entire time series and then use that model to forecast.

View solution in original post

2 REPLIES 2
gergely_batho
SAS Employee

Yes: Standard procedure to re-fit the winning model on the entire time series and then use that model to forecast.

udo_sas
SAS Employee

Hello -

Attached presentation might be of interest.

Thanks,

Udo

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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
  • 2 replies
  • 1934 views
  • 4 likes
  • 3 in conversation