-
Notifications
You must be signed in to change notification settings - Fork 342
Open
Labels
Description
Would you be interested in having nnetar being able to jointly fit/forecast multiple time series? (essentially turning it into "nnetVar" to do vector autoregression)
nnet can already handle multiple outputs, so that should be quite straightforward. The only tricky part might be making sure none of the internals of nnetar break when a matrix instead of a vector is being used to create lags, forecast, etc.
Reactions are currently unavailable