For each row of X, evaluates process_fun_row_wise several times
and returns the mean time to M successes.
Usage
process_fun_mean_to_M(X, M = 50, nrep = 10)
Arguments
- X
Matrix or data.frame of parameters.
- M
Target number of successes.
- nrep
Number of repetitions for the QoI.
Value
Numeric vector of QoI values.