Example 1: Deterministic G-function (reference case)
Source:R/example1.R
sobol_example_g_deterministic.RdReproduces the classical non-random Sobol analysis on the G-function with k = 8 inputs on [0, 1].
Usage
sobol_example_g_deterministic(
n = 50000,
a = c(0, 1, 4.5, 9, 99, 99, 99, 99),
order = 2,
nboot = 100
)