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

I have month-wise data that I'm using to forecast in Forecast Studio.

 

If I set up events (Pulse) for each month (of historical data) and apply the 'Use if Significant' filter, I'm getting substantially different results compared to not using events and just using the usual seasonality parameters. 

 

Basically, then it looks like the events are picking up additional variation compared to what the seasonality alone picks up. 

 

I'm wondering if anyone would have any insights to why this may be happening? Any thoughts greatly appreciated!

 

Thanks.

1 ACCEPTED SOLUTION

Accepted Solutions
mitrov
SAS Employee

 

Seasonal components in time series models are not equivalent to dummy variables for the months, as they are often in linear regression models. Therefore, it is not suprising that you are getting different results.

 

For example, the following page details the equations for the additive Holt-Winters model, which is an exponential smoothing model with an additive seasonal component. 

https://support.sas.com/documentation/cdl/en/etsug/68148/HTML/default/viewer.htm#etsug_tffordet_sect...

As you can see, the seasonal component S_t is dynamic, in that it depends on the past values S_(t-p), where p is the period. 

In a regression model with seasonal dummies, the seasonal effect is a static additive component which does not vary with time.  

 

View solution in original post

1 REPLY 1
mitrov
SAS Employee

 

Seasonal components in time series models are not equivalent to dummy variables for the months, as they are often in linear regression models. Therefore, it is not suprising that you are getting different results.

 

For example, the following page details the equations for the additive Holt-Winters model, which is an exponential smoothing model with an additive seasonal component. 

https://support.sas.com/documentation/cdl/en/etsug/68148/HTML/default/viewer.htm#etsug_tffordet_sect...

As you can see, the seasonal component S_t is dynamic, in that it depends on the past values S_(t-p), where p is the period. 

In a regression model with seasonal dummies, the seasonal effect is a static additive component which does not vary with time.  

 

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
  • 752 views
  • 1 like
  • 2 in conversation