AUC {IOHanalyzer} | R 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)
[Package IOHanalyzer version 0.1.8.10 Index]