Description Usage Arguments Value
View source: R/evaluation_functions.R
Get the quantile-weighted CRPS (continuous ranked probability score) for the forecast, estimated by trapezoidal integration of its quantile decomposition. Can be weighted or unweighted (default).
1 | qwCRPS(fc, tel, sun_up, weighting = "none")
|
fc |
A [valid time x quantile] matrix of probabilistic quantile forecasts, with column names giving the [0,1] percentiles of the forecast |
tel |
A vector of the telemetry values |
sun_up |
Logical vector of whether sun is up across the forecast times |
weighting |
One of "none" (default), "tails", "right", "left", "center" |
The weighted CRPS
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.