config-i1 / mes

Mixed Exponential Smoothing
0 stars 0 forks source link

predict() and forecast() methods #4

Closed config-i1 closed 4 years ago

config-i1 commented 4 years ago

These will partially depend on simulator functions and should be applicable for mes() and omes()

config-i1 commented 4 years ago

forecast.mes() is mainly done, missing only few options for intervals.

config-i1 commented 4 years ago

Develop a function for multistep variances of multiplicative error models. There is a function mesVarAnal(), which needs to be amended for seasonal models.

config-i1 commented 4 years ago

The forecast function now has everything needed. predict() is not yet done.