bratley1992_Fun {sensobol} | R Documentation |
It implements the Bratley et al. (1992) function, #' which requires n model inputs.
bratley1992_Fun(X)
X |
A data frame or numeric matrix. |
A numeric vector with the model output.
Bratley P, Fox BL, Niederreiter H (1992). “Implementation and tests of low-discrepancy sequences.” ACM Transactions on Modeling and Computer Simulation (TOMACS), 2(3), 195–213.
A <- sobol_matrices(n = 100, k = 4) Y <- bratley1992_Fun(A)