likelihood_ratio: Likelihood Ratio

View source: R/likelihood_ratio.R

likelihood_ratioR Documentation

Likelihood Ratio

Description

Likelihood Ratio using confusion matrix. An important measure related to the sensitivity and specificity of the classifier. A higher positive likelihood and a lower negative likelihood mean better performance on positive and negative classes, respectively (Japkowitcz, 2011). For more information Deeks and Altman (2004).

Usage

likelihood_ratio(confusion_matrix)

Arguments

confusion_matrix

Confusion matrix to be used.

Value

matrix of Likelihood Ratio values.


nikitagusarov/performancer documentation built on Jan. 12, 2023, 12:19 a.m.