sdt-metrics logo

Previous topic

loglinear_beta

Next topic

accuracy

This Page

loglinear_c

Download [hi-res] [pdf]

loglinear_c__lores.png
class sdt_metrics.loglinear_c(methodname, add_prob_method=False)

c: parametric measure of response bias

Applies Hautus’s [1] loglinear transformation to counts before calculating beta. (Transformation is applied to all values)

Note

This metric cannot be calculated from probabilities

See also

c()

[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.