det_verify: Compute verification scores for deterministic forecasts.

View source: R/det_verify.R

det_verifyR Documentation

Compute verification scores for deterministic forecasts.

Description

Compute verification scores for deterministic forecasts.

Usage

det_verify(
  .fcst,
  parameter,
  thresholds = NULL,
  groupings = "leadtime",
  show_progress = TRUE
)

Arguments

.fcst

A harp_fcst object with tables that have a column for observations, or a single forecast table.

parameter

The name of the column for the observed data.

thresholds

A numeric vector of thresholds for which to compute the threshold based scores. Set to NULL (the default) to only compute summary scores.

groupings

The groups for which to compute the scores. See group_by for more information of how grouping works.

show_progress

Logical - whether to show a progress bar. The default is FALSE.

Value

A list containting two data frames: det_summary_scores and det_threshold_scores.


andrew-MET/harpPoint documentation built on Feb. 23, 2023, 1:06 a.m.