Learn R Programming

RJafroc (version 2.1.2)

RSM_wLLF: RSM predicted wAFROC ordinate

Description

RSM predicted wAFROC ordinate

Usage

RSM_wLLF(zeta, mu, nu, lesDistr, relWeights)

Value

wLLF

Arguments

zeta

The zeta value at which to evaluate the FROC ordinate.

mu

The RSM mu parameter.

nu

The RSM nu prime parameter.

lesDistr

Lesion distribution vector.

relWeights

Relative lesion weights vector.

Examples

Run this code
RSM_wLLF(1,1,0.5, lesDistr = c(0.5, 0.4, 0.1), relWeights = c(0.7, 0.2, 0.1)) 


Run the code above in your browser using DataLab