Skip to contents

Computes Sobol indices for the simple process example with random distributional parameters. Uses both a single trajectory and a QoI based on repeated runs.

Usage

sobol_example_process(n = 100, M = 50, nrep_qoi = 10, order = 1, nboot = 10)

Arguments

n

Monte Carlo sample size for each base design.

M

Target number of successes.

nrep_qoi

Number of repetitions for the QoI.

order

Maximum interaction order.

nboot

Number of bootstrap replicates.

Value

A list with two "sobol" objects: xp_single and xp_qoi.