Description Usage Arguments Value Author(s) See Also
Find the amount of smoothing needed to obtain a minimum true-positive (TP) rate at a give false-positive (FP) rate.
1 2 3 | ## Default S3 method:
findRocSmoothingForTpAtFp(truth, data, fpRate=0.05, minTpRate=0.95, nstepsR=2,
accTp=0.001, accR=0.01, ..., verbose=FALSE, .checkArgs=TRUE)
|
truth |
A |
data |
A |
fpRate |
A |
minTpRate |
A |
nstepsR |
An |
accTp |
A |
accR |
A |
... |
Additional arguments passed to |
verbose |
See |
.checkArgs |
If |
Returns a positive double
scalar.
Henrik Bengtsson
findRocTpAtFp
().
scanRocTpAtFp
().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.