Hi, the initial states are computed by backcasting.
The details can be found in the documentation for the Time Series forecasting system (different product but same algorithms)
Go here:
https://support.sas.com/documentation/onlinedoc/ets/indexproc.html#ets143
And follow SAS/ETS 14.3 User's Guide-> Time Series Forecasting System-> Forecasting Process Details ->
Smoothing Model Calculations
This is the direct link I have, but I am not sure it can be accessed externally
Hi Ferran,
what do you mean by the first element of the ESM models?
thanks
alex
Hello,
For example, in the 'simple exponential smoothing' the formula is: L(t) = alpha*Y(t) + (1-alpha)L(t-1)
But, you need, an initial L(0) to construct the next L(1).
In Double, Holt, Winters, etc...you always should have a rule to decide the first element, isn't it?
In the following text they call it 'Initialitzation': https://www.otexts.org/fpp/7/1
Regards,
Ferran
Hi, the initial states are computed by backcasting.
The details can be found in the documentation for the Time Series forecasting system (different product but same algorithms)
Go here:
https://support.sas.com/documentation/onlinedoc/ets/indexproc.html#ets143
And follow SAS/ETS 14.3 User's Guide-> Time Series Forecasting System-> Forecasting Process Details ->
Smoothing Model Calculations
This is the direct link I have, but I am not sure it can be accessed externally
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.