EER: Equal Error Rate computation

Description Usage Arguments Value

View source: R/measures.R

Description

From two vectors of false positive and false negative rates which define the points of the curve, the function computes the Equal Error Rate (EER).

Usage

1
EER(fpr, fnr)

Arguments

fpr

A numeric vector representing the False Positive Rates.

fnr

A numeric vector representing the False Negative Rates.

Value

The Equal Error Rate (EER).


DET documentation built on April 3, 2021, 1:06 a.m.

Related to EER in DET...