An internal function to forecast identities within forecast_model
forecast_identities.Rd
An internal function to forecast identities within forecast_model
Usage
forecast_identities(
model,
exog_df_ready,
current_spec,
prediction_list,
uncertainty_sample
)
Arguments
- model
A model object of class 'osem'.
- exog_df_ready
The outcome of forecast_exogenous_values function (potentially modified by the nowcasting function)
- current_spec
Current specification. Is defined within forecast_model.
- prediction_list
Current List containing all predictions. Is defined within forecast_model.
- uncertainty_sample
Integer. Number of draws to be made for the error bars. Default is 100.