Exponential Smoothing / ETS model forecasting

Joe Lee,time_series

Photo

Simple Exponential Smoothing :

Some data |> model(ETS(Value ~ error("A") + trend("N") + season("N")))

Accounting for Trend and Seasonality

Innovation State Models

Parameter estimation and selection

© Joe Lee.RSS