powered by
Generic implementation of the Sobol G-function for k inputs. Columns of X are interpreted as inputs X1, X2, ..., Xk.
X
sobol_g_R(X, a = c(0, 1, 4.5, 9, 99, 99, 99, 99))
Numeric vector of length nrow(X) with model outputs.
nrow(X)
Numeric matrix or data.frame of inputs in [0, 1].
Numeric vector of parameters a_j controlling importance. Its length must be at least ncol(X).
ncol(X)