Creates a prediction using the estimated values of GMWM through the ARIMA function within R.
# S3 method for gmwm
predict(object, data.in.gmwm, n.ahead = 1, ...)
A gmwm
object
The data SAME EXACT DATA used in the GMWM estimation
Number of observations to forecast
Additional parameters passed to ARIMA Predict
A predict.gmwm
object with:
Predictions
Standard Errors
Residuals from ARIMA ML Fit