ellisp / forecastHybrid

Convenient functions for ensemble forecasts in R combining approaches from the {forecast} package
GNU General Public License v3.0
79 stars 23 forks source link

Forecast using new ts data and an existing (ie previously fit) model #80

Open LTMico opened 7 years ago

LTMico commented 7 years ago

The current 'forecast' method from the forecastHybrid package does not allow new ts data to be used with an existing model. In contrast the 'forecast' from the forecast package method allows for both an object and a model to be supplied to the function. Adding this to the forecastHybrid package would allow models to be stored and reused with new timeseries.

jaqen79 commented 2 years ago

Hi, any update on this one? The package is great, but I'm still not able to use the hybridModel object on new data (using the "forecast" function), without the re-estimation of all the models. In a deployment environment that is a fundamental feature! Thanks