sdt-metrics logo

Previous topic

bph

Next topic

bppd

This Page

bmz

Download [hi-res] [pdf]

bmz__lores.png
class sdt_metrics.bmz(methodname, add_prob_method=False)

b: Zhang and Mueller’s [1] measure of decision bias

[1]Zhang, J., and Mueller, S. T. (2005). A note on roc analysis and non-parametric estimate of sensitivity. Psychometrika, 70, 145-154.
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.