sdt-metrics logo

Previous topic

amzs

Next topic

bpp

This Page

b

Download [hi-res] [pdf]

b__lores.png
class sdt_metrics.b(methodname, add_prob_method=False)

B: 0.5*p(HI) + 0.5p(FA)

Bar-Napkin measure of Response Bias. Implemented for comparitive purposes.
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.