Provide forecast settings to bvar. Allows adjusting the horizon
of the forecast.
Usage
bv_fcast(horizon = 12, conditional = FALSE)
Arguments
horizon
Integer scalar. Horizon for which forecasts should be
computed.
conditional
Logical scalar. Not yet implemented.
Value
Returns a named list of class bv_fcast with options for
bvar.
Details
As of now only unconditional forecasts are implemented and conditional must
be set to FALSE. Conditional forecasts will require further settings, such
as variable paths.