signal: Parameter estimates for a signal detection study
Description
Computes the hit rate, false alarm rate, d-prime, threshold, and bias
for one participant (observer) in a Yes/No signal detection study.
An equal-variance Gausian model is assumed. The parameter estimates are
computed after adding .5 to the number of "Yes" responses in each condtion
(the signal and noise conditions) and adding 1 to the number of signal
trials and to the number of noise trails. In memory recognition studies,
the observers is first presented with set of words or images to study,
and is later presented with another set of words or images where some
items are from the first list (old items) and some items are new items.
Usage
signal(f1, f2, n1, n2)
Value
Returns a 1-row matrix. The columns are:
HR - estimate of hit rate
FAR - estimate of false alarm rate
d-prime - estimate of d-prime
Threshold - estimate of threshold (criterion)
Bias - estimate of threshold minus d-prime/2
Arguments
f1
number of "Yes" responses in the stimulus (old item) trials
f2
number of "Yes" responses in the noise (new item) trials