Learn R Programming

scoringutils (version 0.1.4)

quantile_example_data_wide: Quantile Example Data - Wide Format

Description

A toy dataset for quantile forecasts of an outcome variable

Usage

quantile_example_data_wide

Arguments

Format

A data frame with 120 rows and 10 variables:

true_value

true observed values

id

unique identifier for true observed values

model

name of the model that generated the forecasts

horizon

forecast horzin (e.g. 1 day ahead forecast)

lower_90

prediction for the lower value of the 90% interval range (corresponding to the 5% quantile)

lower_50

prediction for the lower value of the 50% interval range (corresponding to the 25% quantile)

lower_0

prediction for the lower value of the 0% interval range (corresponding to the 50% quantile, i.e. the median. For computational reasons there need be a column with lower_0 and upper_0)

upper_0

prediction for the upper value of the 0 (corresponding to the 50% quantile, i.e. the median)

upper_50

prediction for the upper value of the 50% interval range (corresponding to the 75% quantile)

upper_90

prediction for the lower value of the 90% interval range (corresponding to the 95% quantile)