qwCRPS: Get the quantile-weighted CRPS

Description Usage Arguments

View source: R/ts_forecast.R

Description

Calculate CRPS (continuous ranked probability score) for the forecast estimated by trapezoidal integration of its quantile decomposition Quantile weighting functions as suggested in Gneiting & Ranjan 2012

Usage

1
2
qwCRPS(ts, tel, weighting = "none", quantiles = seq(0.01, 0.99, by =
  0.01), qs = NA)

Arguments

ts

A ts_forecast object

tel

A vector of the telemetry values

weighting

One of "none" (default), "tails", "right", "left", "center"

quantiles

(optional) Sequence of quantiles to integrate over

qs

(optional) A list of quantile scores corresponding to the quantiles


kdayday/forecasting documentation built on Oct. 7, 2020, 7:16 p.m.