Description Usage Arguments Details Value Author(s)
Predict the fitted generalized ARMA model.
1 | garma.pred(obj,X,W=NULL,pred_t)
|
obj |
the fitted ARMA model object |
X |
a data vector or n by 1 matrix |
W |
exogenous variable matrix p by (n+pred_t) matrix |
pred_t |
n-outsample prediction length |
The function make static prediction within observation period, while use dynamic prediction for out sampled period. For burned-in observations, the predicted value will be recorded as 0.
pred_X |
a vector recording predicted values. Length = n + pred_t |
Tianyang Xie
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.