ECDF {IOHanalyzer} | R Documentation |
Empirical Cumulative Dsitribution Function of Runtime of a single data set
Description
Empirical Cumulative Dsitribution Function of Runtime of a single data set
Usage
ECDF(ds, ftarget, ...)
## S3 method for class 'DataSet'
ECDF(ds, ftarget, ...)
## S3 method for class 'DataSetList'
ECDF(ds, ftarget, ...)
Arguments
ds |
A DataSet or DataSetList object. |
ftarget |
A Numerical vector. Function values at which runtime values are consumed |
... |
Arguments passed to other methods |
Value
a object of type 'ECDF'
Examples
ECDF(dsl,c(12,14))
ECDF(dsl[[1]],c(12,14))
[Package IOHanalyzer version 0.1.8.10 Index]