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

Is there anyway to run a Holt-Winters Damped method in SAS?  I was using this forecasting methodology in R and it was rather simple but I can't find a way to do it in SAS.  Am I just missing something in the PROC ESM documentation or is it in another proc that I am not aware of?

1 ACCEPTED SOLUTION

Accepted Solutions
udo_sas
SAS Employee

Hello -

Correct, it's not the same thing.

We are working on adding these models in a later release.

Your best bet currently is to use SAS/IML I would think.

Thanks,

Udo

View solution in original post

4 REPLIES 4
udo_sas
SAS Employee

Hello -

Have you looked at the MODEL=DAMPTREND option of the FORECAST statement in PROC ESM?

Equations can be found here: http://support.sas.com/documentation/cdl/en/etsug/68148/HTML/default/viewer.htm#etsug_tffordet_sect0...

Thanks,

Udo

 

lukesirakos
Fluorite | Level 6

That is not the same thing, what I am looking for is the Holt-Winters method with multiplicative seasonality and a damped trend.

 

MODEL=WINTERS gives me the Holt-Winters multiplicative method but there is not a version for a damped trend.

udo_sas
SAS Employee

Hello -

Correct, it's not the same thing.

We are working on adding these models in a later release.

Your best bet currently is to use SAS/IML I would think.

Thanks,

Udo

udo_sas
SAS Employee

PS: I should have added: if you have access to SAS Forecast Server  you will be able to incorporate R models as part of your workflow: http://blogs.sas.com/content/forecasting/2011/09/19/guest-blogger-udo-sglavo-on-including-r-models-i...

 

If you don't have access to SAS Forecast Server, but SAS/IML and you'd like to run your R model in SAS, then check out: http://support.sas.com/documentation/cdl/en/imlug/68150/HTML/default/viewer.htm#imlug_r_toc.htm

 

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 4 replies
  • 3412 views
  • 0 likes
  • 2 in conversation