bratley1988_Fun {sensobol}R Documentation

Bratley and Fox (1988) function

Description

It implements the Bratley and Fox (1988) function, which requires n model inputs.

Usage

bratley1988_Fun(X)

Arguments

X

A data frame or numeric matrix.

Value

A numeric vector with the model output.

Examples

A <- sobol_matrices(n = 100, k = 6)
Y <- bratley1988_Fun(A)

[Package sensobol version 0.2.2 Index]