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?
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
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
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.
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
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
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
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.