sdt-metrics logo

Previous topic

ppv

Next topic

fdr

This Page

npv

Download [hi-res] [pdf]

npv__lores.png
class sdt_metrics.npv(methodname, add_prob_method=False)

negative predictive value: TN / (TN + FN)

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.