compute_ecdf: Compute ECDF values

View source: R/ecdf.R

compute_ecdfR Documentation

Compute ECDF values

Description

Function computes ECDF values and put results into data frame.

Usage

compute_ecdf(benchmark_data, idpath, probnums, rep)

Arguments

benchmark_data

previously loaded and parsed data from files :: [numeric]

idpath

filepath to benchmark results :: character

probnums

problems for which ECDF will be computed :: [integer]

rep

benchmark repetitions :: integer

Value

data frame with ECDF values


warbarbye/cecb documentation built on Dec. 31, 2024, 6:45 p.m.