sdt-metrics logo

Previous topic

npv

Next topic

sensitivity

This Page

fdr

Download [hi-res] [pdf]

fdr__lores.png
class sdt_metrics.fdr(methodname, add_prob_method=False)

false discovery rate: FP / (TP + FP)

Note

This metric cannot be calculated from probabilities

classmethod direct(*args)

Calculates metric based on hit, miss, correct rejection, and false alarm counts

classmethod __call__(*args)

based on the number of args and the availability of .prob routes call to appropriate method.