Skip to contents

Repeats simulate_fda_scenario() and benchmark_selection_methods() over multiple replications and aggregates the resulting recovery metrics.

Usage

run_simulation_study(
  n_rep = 10L,
  simulate_args = list(),
  benchmark_args = list(),
  seed = NULL,
  keep_results = FALSE
)

Arguments

n_rep

Number of simulation replications.

simulate_args

Named list forwarded to simulate_fda_scenario().

benchmark_args

Named list forwarded to benchmark_selection_methods().

seed

Optional seed used to derive deterministic per-replication seeds.

keep_results

Should the individual benchmark objects be returned?

Value

An object of class fda_simulation_study.