testmodels {sensitivity} | R Documentation |
These functions are standard testcase for sensitivity analysis benchmarks. There are: the g-function of Sobol, the function of Ishigami and the function of Morris.
sobol.fun(x) ishigami.fun(x) morris.fun(x)
x |
the matrix or data.frame containing the input
values. |
All these functions return a numeric
vector containig the values
of the function. These functions are vectorized.
Saltelli, A., Chan, K. and Scott, E. M., 2000, Sensitivity analysis. Wiley, 33–45.