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

IOHprofiler/IOHanalyzer documentation built on Feb. 1, 2024, 11:35 a.m.