powered by
RSM predicted ROC-ordinate as function of z
RSM_yROC(z, mu, lambda, nu, lesDistr)
yROC, the ordinate of the ROC
The z-sample value at which to evaluate the pdf.
The mu parameter (of the RSM).
The RSM lambda parameter.
The RSM nu parameter.
The 1D lesion distribution vector.
lesDistr <- c(0.1,0.3,0.6) RSM_yROC(c(-Inf,0.1,0.2,0.3), 1, 1, 0.9, lesDistr)
Run the code above in your browser using DataLab