Skip to contents

Runs the BIMETS simulation for the supplied vintage and add-factors, returning the full forecast trajectory alongside metadata.

Usage

sol_qmod(
  cfg = load_forecast_cfg(),
  est_equations = NULL,
  exog_range = NULL,
  add0_factors = NULL
)

Arguments

cfg

Configuration list from [load_forecast_cfg()].

est_equations

Optional BIMETS model object with data attached.

exog_range

Optional ragged-edge metadata list.

add0_factors

Optional xts object of add factors set to 0.

Value

Invisible list containing the BIMETS simulation object, forecast, add factors, and exogenous range used.