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

Add the two-dimensional test function from Webster et al. (1996) #261

Closed damar-wicaksono closed 1 year ago

damar-wicaksono commented 1 year ago

The function[^Webster1996] is a polynomial function with random input variables, one of the inputs is non-uniform. The function was used as a testing function in a metamodeling exercise.

[^Webster1996]: M. Webster, M. A. Tatang, and G. J. McRae, “Application of the probabilistic collocation method for an uncertainty analysis of a simple ocean model,” Massachusetts Institute of Technology, Cambridge, MA, Joint Program Report Series 4, 1996. [Online]. Available: http://globalchange.mit.edu/publication/15670

damar-wicaksono commented 1 year ago

This issue has been resolved by PR #282.