measure.rocss: Roc Skill Score (ROCSS)

View source: R/measure.rocss.R

measure.rocssR Documentation

Roc Skill Score (ROCSS)

Description

Calculate Roc Skill Score (ROCSS)

Usage

measure.rocss(indexObs = NULL, indexPrd = NULL, obs = NULL, prd = NULL, dates)

Arguments

indexObs

index computed from the observations

indexPrd

index computed from the predictions

obs

A vector of observations

prd

A vector of predictions

dates

dates

Value

A float number corresponding to the ROCSS

Author(s)

J.BaƱo-Medina


SantanderMetGroup/VALUE documentation built on July 8, 2023, 7:03 a.m.