powered by
Returns the CBM ROC-AUC See also UtilAucsRSM, UtilAucPROPROC and UtilAucBinormal
UtilAucCBM (mu, alpha)
The mu parameter of CBM (separation of non-diseased and diseased pdfs)
mu
The alpha parameter of CBM, i.e., the fraction of diseased cases on which the disease is visible
alpha
CBM-predicted ROC-AUC for the specified parameters
Dorfman DD, Berbaum KS (2000) A contaminated binormal model for ROC data: Part II. A formal model, Acad Radiol 7:6 427--437.
# NOT RUN { mu <- 2;alpha <- 0.8 UtilAucCBM(mu,alpha) # }
Run the code above in your browser using DataLab