Learn R Programming

DET (version 3.0.0)

EER: Equal Error Rate computation

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

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).