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/CECBench documentation built on Dec. 30, 2024, 5:58 a.m.