Page 1 of 1

simple exponential smoothing (se)

Posted: Thu May 11, 2017 8:57 am
by samia_st
Hello
I'm student in second year, i have estimate some models by simple exponential smoothing: single and double and Holt-Winters Additive for my different data. and i have make forecasting, for here no problem for me.
So, how can calculate the yf+2*y_se & yf-2*y_se the two standard error bands, (se)?. there is a solution for this issue.

Re: simple exponential smoothing (se)

Posted: Fri May 12, 2017 2:45 pm
by samia_st
I'm asking about how generate standard error (se), are there a solution to do this automatically, like forecasting in ARMA.

Re: simple exponential smoothing (se)

Posted: Fri May 12, 2017 3:16 pm
by EViews Gareth
Simple exponential smoothing does not have standard errors. ETS does.

Re: simple exponential smoothing (se)

Posted: Sat May 13, 2017 1:15 pm
by samia_st
To tell you my best model is: Model: M,N,M - Multiplicative Error, No Trend, Multiplicative Season (Auto E=*, T=*, S=*), and in my workfile there is four series:
y_sm, y_l, y_s, y_t.
l: level
t: trend
s: seas
i would like to do this: plot y y_sm y_sm+2*y_se y_sm-2*y_se
But i can't find this :

Re: simple exponential smoothing (se)

Posted: Sat May 13, 2017 1:33 pm
by EViews Gareth
Sorry, I was wrong, in EViews, ETS does not provide SEs either.

Re: simple exponential smoothing (se)

Posted: Sat May 13, 2017 1:54 pm
by samia_st
Since ETS does not provide SEs, i can not tell you how to do it in another way :| .
Take this as a suggestion.
Best Samia.

Re: simple exponential smoothing (se)

Posted: Mon May 15, 2017 1:09 am
by samia_st
Hello.
It's possible to generate (se) via program.

Re: simple exponential smoothing (se)

Posted: Wed May 17, 2017 7:46 am
by samia_st
Hallo
How can do this by program?