fmvar_forecast: Forecast a FM-VAR System

View source: R/fm_coint.R

fmvar_forecastR Documentation

Forecast a FM-VAR System

Description

Forecast a VAR generated by fmvar_forecast.

Usage

fmvar_forecast(output, n.ahead=6)

Arguments

output

The output object of fmvar_forecast.

n.ahead

The steps of out-of-sample forecasting.

Details

This function recursively computes the n.ahead steps of out-of-sample forecasting.

Value

Forecasted values of all endogenous variables.

Author(s)

Ho Tsung-wu <tsungwu@ntnu.edu.tw>, College of Management, National Taiwan Normal University.

Examples

data(macro)
out=fmvar(macro,p=1,q=6,v=10,type="trend",ker_fun="parzen")
fmvar_forecast(out,n.ahead=6)


COINT documentation built on Sept. 9, 2025, 5:51 p.m.

Related to fmvar_forecast in COINT...