RSM_yROC {RJafroc} | R Documentation |
RSM predicted ROC-ordinate as function of z
Description
RSM predicted ROC-ordinate as function of z
Usage
RSM_yROC(z, mu, lambda, nu, lesDistr)
Arguments
z |
The z-sample value at which to evaluate the pdf. |
mu |
The mu parameter (of the RSM). |
lambda |
The RSM lambda parameter. |
nu |
The RSM nu parameter. |
lesDistr |
The 1D lesion distribution vector. |
Value
yROC, the ordinate of the ROC
Examples
lesDistr <- c(0.1,0.3,0.6)
RSM_yROC(c(-Inf,0.1,0.2,0.3), 1, 1, 0.9, lesDistr)
[Package RJafroc version 2.1.2 Index]