RSM predicted wAFROC ordinate, cpp code
RSM_wLLF(zeta, mu, nu, lesDistr, relWeights)
Arguments
- zeta
The zeta-vector at which to evaluate the FROC ordinate.
- mu
The scalar RSM mu parameter.
- nu
The scalar RSM nu prime parameter.
- lesDistr
Lesion distribution vector.
- relWeights
The lesion weights matrix
Value
wLLF, the ordinate of the wAFROC curve
Examples
RSM_wLLF(1, 1, 0.9, lesDistr = c(0.5, 0.4, 0.1), relWeights = c(0.7, 0.2, 0.1))
#> [1] 0.34174
## 0.34174