| predict.gmwm | R Documentation |
Creates a prediction using the estimated values of GMWM through the ARIMA function within R.
## S3 method for class 'gmwm'
predict(object, data.in.gmwm, n.ahead = 1, ...)
object |
A |
data.in.gmwm |
The data SAME EXACT DATA used in the GMWM estimation |
n.ahead |
Number of observations to forecast |
... |
Additional parameters passed to ARIMA Predict |
A predict.gmwm object with:
pred |
Predictions |
se |
Standard Errors |
resid |
Residuals from ARIMA ML Fit |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.