Learn R Programming

Sobol4R (version 0.4.0)

process_fun_mean_to_M: QoI wrapper for the process model

Description

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)

Value

Numeric vector of QoI values.

Arguments

X

Matrix or data.frame of parameters.

M

Target number of successes.

nrep

Number of repetitions for the QoI.