predict.GVAR: Forecasting GVAR objects

Description Usage Arguments Details Value Author(s) References See Also

Description

forecasting for "GVAR" objects

Usage

1
2
## S3 method for class 'GVAR'
predict(x, steps, start = NULL, exo.var = NULL, exo.type = "exo")

Arguments

x

"GVAR" object

steps

length of prediction period

start

start prediction at index start, if NULL start will be at the end of the sample period

exo.var

either a matrix of dimension exogenous variables x steps if exo.type="exo" or a vector specifying (subsystem,variable(s))

exo.type

"exo" for additional exogenous variables, or "from.sub" to specify in which subsystem the variable is endogenous

Details

knows about the future

Value

Returns a list containing:

X

endogenous prediction

d

exogenous prediction

Author(s)

Rainer Puhr

References

GVAR papers

See Also

GVAR


GVAR documentation built on May 2, 2019, 6:30 p.m.

Related to predict.GVAR in GVAR...