forecastEV: Forecasts the expected value of a VAR realization given the...

Description Usage Arguments Value See Also

View source: R/forecastEV.R

Description

Forecasts the expected value of a VAR realization given the prievious one

Usage

1
forecastEV(var, xprev = NULL, exogen = NULL)

Arguments

var

A VAR model represented by a varest object as returned by getVARmodel or VAR

xprev

previous status of the random variable

exogen

vector containing the values of the "exogen" variables (predictor) for the generation

Value

a vector of values

See Also

forecastResidual

@export


RMAWGEN documentation built on Dec. 12, 2019, 9:07 a.m.