Skip to contents

Helper for accuracy(). Calculates accuracy for a single quantile pair and returns the unsummarized result.

Usage

accuracy_help(fcst, obs, pair)

Arguments

fcst

A forecast object.

obs

An observations data frame.

pair

A valid quantile pair

Value

A data frame with time, val_obs, and score columns

Examples

# See `?accuracy`