fmvar_forecast | R Documentation |
Forecast a VAR generated by fmvar_forecast.
fmvar_forecast(output, n.ahead=6)
output |
The output object of fmvar_forecast. |
n.ahead |
The steps of out-of-sample forecasting. |
This function recursively computes the n.ahead steps of out-of-sample forecasting.
Forecasted values of all endogenous variables.
Ho Tsung-wu <tsungwu@ntnu.edu.tw>, College of Management, National Taiwan Normal University.
data(macro)
out=fmvar(macro,p=1,q=6,v=10,type="trend",ker_fun="parzen")
fmvar_forecast(out,n.ahead=6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.