Predict target variable
predict.SWR.RdPredicts the output time series given an input time series using a trained SWR model object.
Usage
# S3 method for class 'SWR'
predict(object, newdata, ...)Arguments
- object
an
SWRmodel object created using trainSWR- newdata
a vector or ts object of new model inputs to predict
- ...
currently unused