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

Fixed rolling forecasts and added tests #61

Closed ganesh-krishnan closed 7 years ago

ganesh-krishnan commented 7 years ago

Rolling forecasts were not working in the original version of the package ie. a sliding window was not being used to train. This PR fixes that. Also added tests

dashaub commented 7 years ago

Good catch and cleanup of the subsetting indexing. Thanks for the PR.