Learn R Programming

IOHanalyzer (version 0.1.8.10)

AUC: 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 ECDF AUC(fun, from = NULL, to = NULL)

Value

a object of type 'ECDF'

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

Examples

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

Run the code above in your browser using DataLab