ddensity | R Documentation |
ddensity
computes the density of the scores in a cst
data frame simultaneously for target and non-target scores. The main purpose is for plotting the densities of the scores.
ddensity(x, ...)
plot(ddensity(x))
x |
An object of class |
... |
Additional arguments for |
plot.ddensity
draws two probability density curves based on the data in the ‘collection of supervised trials’ (cst
) data frame, scaling the x- and y-axes to cover the ranges of both the target and non-target distributions. The two distributions are drawn in blue and red, with their label near the mode of the distribution.
This gives a quick impression on how the scores of the ROC analysis are distributed with respect to each other.
David A. van Leeuwen
## data from TNO's submission to NIST Speaker Recogntion Evaluation 2008
data(tno.2008)
plot(ddensity(tno.2008))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.