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.


jokergoo/simplifyEnrichment documentation built on Sept. 16, 2024, 8:39 a.m.