bratley1992_Fun {sensobol}R Documentation

Bratley, Fox and Niederreiter (1992) function

Description

It implements the Bratley et al. (1992) function, #' which requires n model inputs.

Usage

bratley1992_Fun(X)

Arguments

X

A data frame or numeric matrix.

Value

A numeric vector with the model output.

References

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.

Examples

A <- sobol_matrices(n = 100, k = 4)
Y <- bratley1992_Fun(A)

[Package sensobol version 0.2.2 Index]