Skip to contents

Transform pmf model output into a forecast object

Usage

transform_pmf_model_out(
  model_out_tbl,
  target_observations,
  output_type_id_order = NULL
)

Arguments

model_out_tbl

Model output tibble with predictions

target_observations

Observed 'ground truth' data to be compared against predictions

output_type_id_order

For nominal variables, this should be NULL (the default). For ordinal variables, this is a vector of levels for pmf forecasts, in increasing order of the levels.

Value

forecast_quantile