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 first Franke function #183

Closed damar-wicaksono closed 1 year ago

damar-wicaksono commented 1 year ago

Implement the first test function that appears in Franke's[^Franke1979] report. In the report, six two-dimensional functions were used (four were adapted from another paper). The first function is what commonly known as the Franke function.

The function shall be named Franke1979a.

[^Franke1979]: Richard Franke, A critical comparison of some methods for interpolation of scattered data, Technical Report No. NPS53-79-003, Naval Postgraduate School, Monterey, Canada, 1979. URL.

damar-wicaksono commented 1 year ago

This issue has been resolved by PR #185.