UtilAucBinormal {RJafroc} | R Documentation |
Binormal model AUC function
Description
Returns the Binormal model ROC-AUC corresponding to
specified parameters. See also UtilAnalyticalAucsRSM
, UtilAucPROPROC
and UtilAucCBM
Usage
UtilAucBinormal(a, b)
Arguments
a |
The |
b |
The |
Value
Binormal model-predicted ROC-AUC
References
Dorfman DD, Alf E (1969) Maximum-Likelihood Estimation of Parameters of Signal-Detection Theory and Determination of Confidence Intervals - Rating-Method Data, Journal of Mathematical Psychology. 6:487-496.
Examples
a <- 2;b <- 0.7
UtilAucBinormal(a,b)
[Package RJafroc version 2.1.2 Index]