sdt-metrics logo

Previous topic

bppd

Next topic

mcc

This Page

loglinear_bppd

Download [hi-res] [pdf]

loglinear_bppd__lores.png
class sdt_metrics.loglinear_bppd(methodname, add_prob_method=False)

loglinear B’‘d: nonparametric measure of response bias

Corrects boundary problems with bppd. by applying Hautus’s [1] loglinear transformation to counts before calculating bppd. For more information see the Analysis of loglinear_bppd

Note

This metric cannot be calculated from probabilities

See also

bppd()

[1]Hautus, M. (1995). Corrections for extreme proportions and their biasing effects on estimated values of d’. Behavior Research Methods, Instruments, and Computers, 27, 46-51.
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.