Learn R Programming

IOHanalyzer (version 0.1.8.10)

ECDF: 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 DataSet ECDF(ds, ftarget, ...)

# S3 method for DataSetList ECDF(ds, ftarget, ...)

Value

a object of type 'ECDF'

Arguments

ds

A DataSet or DataSetList object.

ftarget

A Numerical vector. Function values at which runtime values are consumed

...

Arguments passed to other methods

Examples

Run this code
ECDF(dsl,c(12,14))
ECDF(dsl[[1]],c(12,14))

Run the code above in your browser using DataLab