tippet.plot | R Documentation |
This function draws a Tippet plot for a forensic comparison system, given data in a cst
type data frame. Tippet plots are used in the forensic science literature, although the present author does not believe they are very insightful.
tippet.plot(x, ...)
x |
An object of class |
... |
Further arguments to |
A tippet plot shows both the true positive and the true negative rate as a function of score threshold. The x-axis is shown on a logarithmic scale, with the title "LR bigger than" indicating the cumulative nature of the y-axis.
The Tippet plot shows the same basic information as a ROC or DET plot, but explicitly shows the score axis, which is deemed a Likelihood Ratio. However, it is very hard to evaluate if the LR distribution has the correct properties. For a Tippet plot, for instance, the slopes at log LR = 0 for the two curves should be the same for well calibrated LRs.
David A. van Leeuwen
## data from TNO's submission to NIST Speaker Recogntion Evaluation 2008
data(tno.2008)
tippet.plot(tno.2008)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.