compute_aoc: Area under curve

View source: R/data-processing.R

compute_aocR Documentation

Area under curve

Description

Function computes area under ECDF curve (AOC)

Usage

compute_aoc(dfx, method = "Method", xarg = "Bstep", yarg = "Value")

Arguments

dfx

data frame with ECDF values

method

column name with algorithm(s) label(s) :: character

xarg

column name of x-axis :: character

yarg

column name of y-axis :: character

Value

data table with 'Aoc' column :: tibble


warbarbye/CECBench documentation built on Dec. 30, 2024, 5:58 a.m.