Evaluate a simple M/M/1 queue built with simmer for each row of a
Sobol design matrix. The quantity of interest is the mean time in system
across nrep independent replications.
sobol4r_mm1_model(X, horizon = 1000, warmup = 200, nrep = 20L)Numeric vector of length nrow(X).
Design matrix or data.frame with columns lambda (arrival
rate) and mu (service rate).
Simulation horizon.
Warmup period; arrivals ending before this time are discarded from the summary statistic.
Number of replications used to average the mean time in system.