RSM_wLLF: RSM predicted wAFROC ordinate, cpp code

View source: R/rsmFormulae.R

RSM_wLLFR Documentation

RSM predicted wAFROC ordinate, cpp code

Description

RSM predicted wAFROC ordinate, cpp code

Usage

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)) 
## 0.34174


dpc10ster/rjafroc documentation built on Jan. 18, 2024, 4:37 a.m.