sdt-metrics logo

Previous topic

bmz

Next topic

loglinear_bppd

This Page

bppd

Download [hi-res] [pdf]

bppd__lores.png
class sdt_metrics.bppd(methodname, add_prob_method=False)

B’‘d: nonparametric measure of response bias

First developed by Donaldson [1]. See, Warm, Dember, and Howe, [2] compared several nonparmetric measures of response bias and endorse this measure when the assumption of a gaussian noise distribution does not hold.

See also

loglinear_bppd()

[1]Donaldson, W. (1992). Measuring recognition memory. Journal of Experimental Psychology: General, 121, 275277.
[2]See, J. E., Warm, J. S., Dember, W. N., and Howe, S. R. (1997). Vigilance and signal detection theory: An empirical evaluation of five measures of response bias.
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.