powered by
Forecast a VAR generated by fmvar_forecast.
fmvar_forecast(output, n.ahead=6)
Forecasted values of all endogenous variables.
The output object of fmvar_forecast.
The steps of out-of-sample forecasting.
Ho Tsung-wu <tsungwu@ntnu.edu.tw>, College of Management, National Taiwan Normal University.
This function recursively computes the n.ahead steps of out-of-sample forecasting.
data(macro) out=fmvar(macro,p=1,q=6,v=10,type="trend",ker_fun="parzen") fmvar_forecast(out,n.ahead=6)
Run the code above in your browser using DataLab