Computes Sobol indices for the simple process example with random distributional parameters. Uses both a single trajectory and a QoI based on repeated runs.
sobol_example_process(n = 100, M = 50, nrep_qoi = 10, order = 1, nboot = 10)A list with two "sobol" objects:
xp_single and xp_qoi.
Monte Carlo sample size for each base design.
Target number of successes.
Number of repetitions for the QoI.
Maximum interaction order.
Number of bootstrap replicates.