area_above_ecdf: Area above the eCDF curve

View source: R/binary_cut.R

area_above_ecdfR Documentation

Area above the eCDF curve

Description

Area above the eCDF curve

Usage

area_above_ecdf(x)

Arguments

x

A vector of similarity values.

Details

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.

Value

A numeric value.

Examples

# There is no example
NULL


jokergoo/simplifyGO documentation built on Oct. 25, 2023, 9:02 p.m.