Reproduces the classical non-random Sobol analysis on the G-function with k = 8 inputs on [0, 1].
sobol_example_g_deterministic(
n = 50000,
a = c(0, 1, 4.5, 9, 99, 99, 99, 99),
order = 2,
nboot = 100
)An object of class "sobol".
Monte Carlo sample size for each base design.
Parameter vector for the G-function.
Maximum interaction order for Sobol indices.
Number of bootstrap replicates.