Hello,
I would like to know if there is a method to obtain an ARIMA model that 'simulates' a particular Exponential Smoothing.
The problem is that, in some cases, I get a very good exponential smoothing model and in a particular month I need to add an event.
As far as I know, I can not add events in an ESM. So, then I have to change my model to an ARIMA...and with ARIMA I'm not getting a good model.
The question is: there is a way to obtain an 'equivalent' ARIMA?
Thanks,
Ferran
SImple exponential smoothing is ARIMA (0,1,1), does that help?
Other than that, I find this question is rather vague and lacking in details, as we don't know what exact model you are using, we don't know why you are having trouble matching the exponential smoothing, etc. etc.
Hello PaigeMiller,
Thanks for you answer.
I find the problem with several models.
In SAS FS we have eight exponential smoothing models, isn't it? You said that Simple Exponential Smoothing is ARIMA (0,1,1).
There are equivalence for all ESM?
Double Exponential Smoothing
Linear Exponential Smoothing
Damped-trend Exponential Smoothing
Seasonal Exponential Smoothing
Multiplicative Seasonal Exponential Smoothing
Winters Method - Additive version
Winters Method - Multiplicative version
Regards,
Ferran
I am not aware if there is a difference between what you call "linear exponential smoothing" and "simple exponential smoothing", I think these are the same (but honestly, I have not heard of "linear exponential smoothing")
Double exponential smoothing is ARIMA (0,2,2)
As far as the others go, I'm sure your favorite search engine will find information on your question.
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.