C++ implementation of the Ishigami function that is widely used as a
benchmark for Sobol sensitivity indices. The implementation is vectorised and
therefore convenient for Monte Carlo experiments.
Usage
ishigami_model(x, a = 7, b = 0.1)
Value
Numeric vector of simulator outputs.
Arguments
x
Numeric matrix with three columns representing the inputs.