Skip to content

v2.0.2

Latest
Compare
Choose a tag to compare
@vpnagraj vpnagraj released this 05 May 18:03
· 2 commits to main since this release
cf16d54

fiphde 2.0.2

New features

NNETAR in ensemble

As of this release, if the NNETAR model is specified in the ts_fit_forecast() function (i.e., "nnetar" is not NULL in the model list) then the model will be included in the ensemble. In previous releases, if the NNETAR method was used the results would be included in the returned forecast and fit objects but would not be ensembled with the other components. Note that currently all of the possible models (ARIMA, ETS, and NNETAR) must be specified to use the NNETAR in the ensemble.