compute_ecdf | R Documentation |
Function computes ECDF values and put results into data frame.
compute_ecdf(benchmark_data, idpath, probnums, rep)
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 |
data frame with ECDF values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.