sdt-metrics logo

Previous topic

sensitivity

Next topic

recall

This Page

precision

Download [hi-res] [pdf]

precision__lores.png
class sdt_metrics.precision(methodname, add_prob_method=False)

precision

Note

This metric cannot be calculated from probabilities

sdt.precision() <==> sdt.ppv()

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.