rocss.fun: Compute the ROC Area Skill Score and the significance of the...

rocss.funR Documentation

Compute the ROC Area Skill Score and the significance of the Area under the Curve

Description

Computes the skill score for the area under the ROC curve compared to an arbitrary reference forecast.

Usage

rocss.fun(obs, pred, conf.level = 0.95)

Arguments

obs

A binary observation (code: 0, 1)

pred

A probability prediction on the interval [0,1]

conf.level

Confidence level to compute the score significance, by default conf.level=0.95

Value

The ROC area skill score and the significance (TRUE or FALSE)

Author(s)

M. D. Frias mariadolores.frias@unican.es and J. Fernandez


SantanderMetGroup/visualizeR documentation built on Oct. 28, 2023, 6:11 a.m.