FROC curve as an embedding map
AFROC_curve(x, a = 0.13, b = 0.19)
A real number which moves in the domain of FROC curve
a generated parameter of model which characterize AFROC curve
a generated parameter of model which characterize AFROC curve
none
Technique of plotting AFROC is difficult because it has two points in which the gradients are infinity and it causes the following warinings. Revised 2019 Nov. 20
Warning messages: 1: In stats::qnorm(exp(1 - x)) : NaNs produced 2: In stats::qnorm(exp(1 - x)) : NaNs produced 3: Removed 50 rows containing missing values (geom_path).
# NOT RUN {
# This function is under construction.
x <- runif(1000,1,10)
y <- AFROC_curve(x)
plot(x,y)
# }
Run the code above in your browser using DataLab