Last chance! 50% off unlimited learning
Sale ends in
Returns the Binormal model ROC-AUC corresponding to specified parameters. See also UtilAucsRSM, UtilAucPROPROC and UtilAucCBM
UtilAucBinormal (a, b)
The a
parameter of the binormal model (separation of
non-diseased and diseased pdfs)
The b
parameter of the binormal model (std. dev. of
non-diseased diseased pdf; diseased pdf has unit std. dev)
Binormal model-predicted ROC-AUC
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.
# NOT RUN {
a <- 2;b <- 0.7
UtilAucBinormal(a,b)
# }
Run the code above in your browser using DataLab