bratley1988_Fun {sensobol} | R Documentation |
It implements the Bratley and Fox (1988) function, which requires n model inputs.
bratley1988_Fun(X)
X |
A data frame or numeric matrix. |
A numeric vector with the model output.
A <- sobol_matrices(n = 100, k = 6) Y <- bratley1988_Fun(A)