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

Implement the McLain test functions #189

Closed
5 tasks done
damar-wicaksono opened this issue Jun 1, 2023 · 1 comment
Closed
5 tasks done

Implement the McLain test functions #189

damar-wicaksono opened this issue Jun 1, 2023 · 1 comment
Assignees
Labels
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 Jun 1, 2023

Implement all the test functions that appear in McLain's 1974 paper1. The implementation should be put in a single module. Most of the functions are actually similar to four of the six Franke's test functions2. The latter slightly modify the function and translates the inputs to $[0, 1]$ (instead of the original $[1, 10]$:

Footnotes

  1. D. H. McLain, Drawing contours from arbitrary data points, The Computer Journal, vol. 17, no. 4, pp. 318-324, 1974. DOI: 10.1093/comjnl/17.4.318

  2. 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 damar-wicaksono added the enhancement New feature or request label Jun 1, 2023
@damar-wicaksono damar-wicaksono added this to the 0.2.0 Release milestone Jun 1, 2023
@damar-wicaksono damar-wicaksono changed the title Implement the McLain test function S5 Implement the McLain test functions Jun 1, 2023
@damar-wicaksono damar-wicaksono self-assigned this Jun 1, 2023
@damar-wicaksono
Copy link
Owner Author

damar-wicaksono commented Jun 5, 2023

This issue has been resolved by a series of PR's (#192, #193, #194, #195, #196, and #197). Closing this issue.

@damar-wicaksono damar-wicaksono added the uq-test-function New test function to the code base label Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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