Skip to contents

Computes a mean over repeated evaluations of the noisy model.

Usage

sobol_g2_qoi_covariate_mean(
  X,
  nrep = 1000,
  a = c(0, 1, 4.5, 9, 99, 99, 99, 99)
)

Arguments

X

Numeric matrix or data.frame with at least two columns.

nrep

Number of replicates used for the QoI.

a

Numeric vector of parameters (at least length 2).

Value

Numeric vector of QoI values (means over nrep runs).