bootstrap_RT: Bootstrapping for running time samples

View source: R/stats.R

bootstrap_RTR Documentation

Bootstrapping for running time samples

Description

Bootstrapping for running time samples

Usage

bootstrap_RT(x, max_eval, bootstrap.size)

Arguments

x

A numeric vector. A sample of the running time.

max_eval

A numeric vector, containing the maximal running time in each run. It should have the same size as x

bootstrap.size

integer, the size of the bootstrapped sample

Value

A numeric vector of the bootstrapped running time sample

Examples

ds <- dsl[[1]]
x <- get_RT_sample(ds, ftarget = 16, output = 'long')
max_eval <- get_maxRT(dsl, output = 'long')
bootstrap_RT(x$RT, max_eval$maxRT, bootstrap.size = 30)

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