ECDF: Empirical Cumulative Dsitribution Function of Runtime of a...

ECDFR 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))

IOHanalyzer documentation built on Sept. 20, 2023, 5:07 p.m.