prcCI: confidence interval for precision or recall

View source: R/yr2.R

prcCIR Documentation

confidence interval for precision or recall

Description

confidence interval for precision or recall

Usage

prcCI(is, ns, p = c(0.025, 0.975), res = 0.001)

Arguments

is

the number of correct calls

ns

the number of total calls

p

the confidence interval probability range e.g. 0.025;0.975

res

the resolution at which to sample the call rates

Value

the confidence interval (numerical vector)


jweile/yogiroc documentation built on Jan. 15, 2024, 2:47 a.m.