calc_skill: Calculate the forecast model skill score compared to the...

Description Usage Arguments Value

View source: R/model_validation.R

Description

Calculate the forecast model skill score compared to the naive model predictions.

Usage

1
calc_skill(val_list, grp = NULL)

Arguments

val_list

A list of 3 datasets of validation results: the first is the forecast model, the following two are the naive model results, as created by binding the results of calc_val_stats() in run_validation().

grp

Optional inclusion of quo_groupfield when calculating skill scores by groupfield.

Value

Single dataset with skill scores of the main forecast model against each of the naive models, per timestep ahead, and optionally, per geographic grouping


EcoGRAPH/epidemiar documentation built on Nov. 13, 2020, 5:31 p.m.