sVARMApred | R Documentation |
Perform prediction of a seasonal VARMA model
sVARMApred(model,orig,h=1)
model |
An output of the sVARMA command |
orig |
The forecast origin. |
h |
The forecast horizon. For a given h, it computes 1-step to h-step ahead forecasts. Default is 1. |
Perform prediction of a fitted sVARMA model
data |
The original data matrix |
pred |
Forecasts |
se.err |
Standard errors of forecasts |
orig |
Return the forecast origin |
Ruey S. Tsay
Tsay (2014, chapter 6). Multivariate Time Series Analysis with R and Financial Applications. John Wiley. Hoboken, NJ.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.