predARMA | R Documentation |
For isslustration purposes this implements the prediction of an ARMA(3, 0) process.
predARMA(X, a)
X |
a vector of data X_t. |
a |
vector p of parameters. |
a vector with values from the quadratic predictor.
Shelemyahu Zacks
ARMA
set.seed(123) predARMA(ARMA(100,c(0.1, 0.2, 0.3), c(0.1, 0.2)), c(0.1, 0.2, 0.3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.