Learn R Programming

RJafroc (version 2.1.2)

RSM_yROC: 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)

Value

yROC, the ordinate of the ROC

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.

Examples

Run this code
lesDistr <- c(0.1,0.3,0.6)
RSM_yROC(c(-Inf,0.1,0.2,0.3), 1, 1, 0.9, lesDistr)

Run the code above in your browser using DataLab