A toy dataset for quantile forecasts of an outcome variable
quantile_example_data_wide
A data frame with 120 rows and 10 variables:
true observed values
unique identifier for true observed values
name of the model that generated the forecasts
forecast horzin (e.g. 1 day ahead forecast)
prediction for the lower value of the 90% interval range (corresponding to the 5% quantile)
prediction for the lower value of the 50% interval range (corresponding to the 25% quantile)
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
)
prediction for the upper value of the 0 (corresponding to the 50% quantile, i.e. the median)
prediction for the upper value of the 50% interval range (corresponding to the 75% quantile)
prediction for the lower value of the 90% interval range (corresponding to the 95% quantile)