Kronpred | R Documentation |
Compute forecasts of a fitted VARMA model via the command Kronfit
Kronpred(model,orig=0,h=1)
model |
A model fitted by the Kronfit command |
orig |
Forecast origin. The default is 0, implying that the origin is the last observation |
h |
Forecast horizon. Default is h=1, 1-step ahead forecast |
For a model, which is the output of the command Kronfit, the command computes forecasts of the model starting at the forecast origin. !-step to h-step ahead forecasts are computed.
pred |
Forecasts |
se.err |
Standard errors of the forecasts |
orig |
Return the forecast origin |
Ruey S. Tsay
Tsay (2014). Multivariate Time Series Analysis with R and Financial Applications, John Wiley, Hoboken, New Jersey
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.