RSM predicted FROC ordinate

RSM_LLF(z, mu, nu)

Arguments

z

The z-vector value at which to evaluate the FROC ordinate.

mu

The scalar RSM mu parameter.

nu

The scalar RSM nu prime parameter.

Value

LLF, the ordinate of the FROC curve

Examples

RSM_LLF(c(1,2),1,0.5)
#> [1] 0.25000000 0.07932763