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

nnetar model fails when frequency(y) * 2L <= * length(y) #33

Closed dashaub closed 8 years ago

dashaub commented 8 years ago

Related to issue #12 , nnetar will not work when frequency(y) * 2L <= * length(y). This can be easily handled by throwing a warning and removing the nnetar model from the ensemble.

dashaub commented 8 years ago

Fixed in 442723ebd62eb914ba9ba0eef0acd334461d5bb8