Learn R Programming

scoringutils (version 0.1.7.2)

range_example_data_semi_wide: Range Forecast Example Data (Semi-Wide Format)

Description

A data set with predictions with different interval ranges relevant in the 2020 UK Covid-19 epidemic.

Usage

range_example_data_semi_wide

Arguments

Format

A data frame with 5,419 rows and 12 columns:

value_date

the date for which a prediction was made

value_type

the target to be predicted (short form)

geography

the region for which a prediction was made

value_desc

long form description of the prediction target

true_value

true observed values

model

name of the model that generated the forecasts

creation_date

date on which the forecast was made

horizon

forecast horizon in days

range

range of the corresponding prediction interval

lower

prediction for the lower bound of the corresponding interval

upper

prediction for the upper bound of the corresponding interval