Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 10D Simple Test Function from Linkletter et al. (2006) #327

Open
damar-wicaksono opened this issue Dec 18, 2023 · 0 comments
Open

Add 10D Simple Test Function from Linkletter et al. (2006) #327

damar-wicaksono opened this issue Dec 18, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request uq-test-function New test function to the code base
Milestone

Comments

@damar-wicaksono
Copy link
Owner

damar-wicaksono commented Dec 18, 2023

The ten-dimensional simple function from Linkletter et al. (2006)1 is a linear model defined as follows:

$$ \mathcal{M}(\boldsymbol{x}) = 0.2 x_1 + 0.2 x_2 + 0.2 x_3 + 0.2 x_4 + \epsilon $$

where $\boldsymbol{x} = { x_1, x_2, x_3, x_4 }$ is the vector of input variables modeled as an independent uniform random variable in $[0, 1]^4$. $\epsilon$ is a random error generated from $\mathcal{N}(\mu = 0.0, \sigma^2=0.05)$. Although the model is defined to be of ten-dimensional, only four input variables are active.

In the paper, the response is standardized (with mean 0 and standard deviation 1.0), but we will skip this in the implementation of the function in UQTestFuns. The candidate name for this function is LinkLetter2006Simple.

The model is used as a test function in the context of sensitivity analysis.

Footnotes

  1. C. Linkletter, D. Bingham, N. Hengartner, D. Higdon, and K. Q. Ye, “Variable Selection for Gaussian Process Models in Computer Experiments,” Technometrics, vol. 48, no. 4, pp. 478–490, Nov. 2006, doi: 10.1198/004017006000000228.

@damar-wicaksono damar-wicaksono added documentation Improvements or additions to documentation enhancement New feature or request uq-test-function New test function to the code base labels Dec 18, 2023
@damar-wicaksono damar-wicaksono added this to the 0.5.0 Release milestone Dec 18, 2023
@damar-wicaksono damar-wicaksono changed the title Add 10D Simple Test Functions from Linkletter et al. (2006) Add 10D Simple Test Function from Linkletter et al. (2006) Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request uq-test-function New test function to the code base
Projects
None yet
Development

No branches or pull requests

1 participant