Learn R Programming

scoringutils (version 0.1.7.2)

range_example_data_long: Range Forecast Example Data (Long Format)

Description

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

Usage

range_example_data_long

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

prediction

value for the lower or upper bound of the given prediction interval

horizon

forecast horizon in days

boundary

indicate lower or upper bound of prediction interval

range

range of the corresponding prediction interval