AUC: Area Under Curve (Empirical Cumulative Dsitribution Function)

AUCR Documentation

Area Under Curve (Empirical Cumulative Dsitribution Function)

Description

Area Under Curve (Empirical Cumulative Dsitribution Function)

Usage

AUC(fun, from = NULL, to = NULL)

## S3 method for class 'ECDF'
AUC(fun, from = NULL, to = NULL)

Arguments

fun

A ECDF object.

from

double. Starting point of the area on x-axis

to

double. Ending point of the area on x-axis

Value

a object of type 'ECDF'

Examples

ecdf <- ECDF(dsl,c(12,14))
AUC(ecdf, 0, 100)

IOHprofiler/IOHanalyzer documentation built on Feb. 1, 2024, 11:35 a.m.