RSM predicted ROC-ordinate as function of z
RSM_TPF(z, mu, lambda, nu, lesDistr)
Arguments
- z
The z-vector at which to evaluate the pdf.
- mu
The scalar RSM mu parameter.
- lambda
The scalar RSM lambda parameter.
- nu
The scalar nu parameter.
- lesDistr
The lesion distribution 1D vector.
Value
TPF, the ordinate of the ROC
Examples
lesDistr <- c(0.1,0.3,0.6)
RSM_TPF(c(-Inf,0.1,0.2,0.3), 1, 1, 0.9, lesDistr)
#> [1] 0.9949968 0.9627697 0.9545997 0.9445033