sobol_Fun {sensobol}R Documentation

Sobol' G function

Description

It implements the Sobol' (1998) function. In this case, the function works with 8 model inputs.

Usage

sobol_Fun(X)

Arguments

X

A data frame or numeric matrix.

Value

A numeric vector with the model output.

References

Sobol' IM (1998). “On quasi-Monte Carlo integrations.” Mathematics and Computers in Simulation, 47(2-5), 103–112. ISSN 03784754, doi: 10.1016/S0378-4754(98)00096-2, http://linkinghub.elsevier.com/retrieve/pii/S0378475498000962.

Examples

A <- sobol_matrices(n = 100, k = 8)
Y <- sobol_Fun(A)

[Package sensobol version 0.2.2 Index]