sdt-metrics logo

Previous topic

loglinear_c

Next topic

aprime

This Page

accuracy

Download [hi-res] [pdf]

accuracy__lores.png
class sdt_metrics.accuracy(methodname, add_prob_method=False)

accuracy: (1.+p(HI) - p(FA)) / 2.

classmethod direct(*args)

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

static prob(*args)

Calculates metric based on hit rate and false alarm rate

classmethod __call__(*args)

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