View source: R/crps_logs_score.R
crps_logs_score | R Documentation |
Compute the CRPS and LOGS score given a forecast in either ensemble or normal distribution. (Support for additional distributions to come.)
crps_logs_score(
forecast,
target,
extra_groups = NULL,
include_summaries = TRUE
)
forecast |
a forecast data.frame in long EFI-standard format |
target |
a target data.frame in long EFI-standard format |
extra_groups |
character vector of additional groups to use for scoring |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.