damar-wicaksono / uqtestfuns

A Python3 library of test functions from the uncertainty quantification community with a common interface for validation and benchmarking purposes.
https://uqtestfuns.readthedocs.io/en/latest/
MIT License
8 stars 0 forks source link

Implement the one-dimensional Damped Cosine test function #265

Closed damar-wicaksono closed 1 year ago

damar-wicaksono commented 1 year ago

The function appears in the example of the book by Santner et al. (2018)[^Santner2018]. The function was used to illustrate Kriging metamodeling.

[^Santner2018]: T. J. Santner, B. J. Williams, and W. I. Notz, The Design and Analysis of Computer Experiments. in Springer Series in Statistics. New York, NY: Springer New York, 2018. doi: 10.1007/978-1-4939-8847-1.

damar-wicaksono commented 1 year ago

This issue has been resolved by PR #277.