Skip to main content
Solved

Can we use FORECAST_ETS function for holt & holtwinter forcasting?

  • 31 July 2023
  • 1 reply
  • 326 views

hi all

Can we use FORECAST_ETS function for holt and holtwinter forcasting calculation?

if yes than How?

1 reply

Userlevel 5
Badge +8

Hi Abhilashawla,

 

The FORECAST_ETS function in Pigment is used to forecast time series with seasonality using an additive model. This function is based on the Holt-Winters model, a statistical algorithm for time series forecasting.

 

As such you can use FORECAST_ETS to achieve your goal.

 

We have more guidance here: FORECAST_ETS function | Community (gopigment.com)

Reply