by_cols_terc_fc_score_sp {SeaVal}R Documentation

Auxiliary function

Description

Gets column names to group by when calculating scores for tercile forecasts. Some tercile forecasts, such as ROC score or SRC (slope of reliability curve) require many data points and should therefore be pooled in space. This auxiliary function returns the default column names to group by for these scores. The suffix _sp stands for spatial pooling.

Usage

by_cols_terc_fc_score_sp(dt = NULL)

Arguments

dt

optional. You can provide a data table, then the function returns the names of grouping variables in this data table.

Value

A vector of characters with the column names.


[Package SeaVal version 1.1.1 Index]