area_above_ecdf | R Documentation |
Area above the eCDF curve
area_above_ecdf(x)
x |
A vector of similarity values. |
Denote F(x)
as the eCDF (empirical Cumulative Distribution Function) of the similarity vector x
,
this function calculates the area above the eCDF curve, which is 1 - \int_0^1 F(x)dx
.
A numeric value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.