compute_RPS | R Documentation |
Compute RPS for a single forecast
compute_RPS(forecast, outcome)
forecast |
Vector of length N (forecast). |
outcome |
Index of the true outcome (between 1 and N). |
RPS (numeric scalar)
compute_RPS(c(.2, .5, .3), 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.