sdt-metrics logo

Previous topic

loglinear_dprime

Next topic

c

This Page

beta

Download [hi-res] [pdf]

beta__lores.png
class sdt_metrics.beta(methodname, add_prob_method=False)

beta: classic parametric measure of response bias [1].

Use of c() (or loglinear_c()) as a parametric measure of response bias may be preferred.

This funciton applies Macmillan and Kaplan [2] correction to extreme values.

[1]Green, D. M., and Swets J. A. (1996/1988). Signal Detection theory and psychophysics, reprint edition. Los Altos, CA: Penisula Publishing.
[2]Macmillan, N. A., and Kaplan, H. L. (1985). Detection theory analysis of group data: Estimating sensitivity from average hit and false-alarm rates. Psychological Bulletin, 98, 185-199.
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.