MultiquadricRBF | R Documentation |
Hardy's multiquadrics, a radial basis function
MultiquadricRBF(p, f)
p |
Interpolation points, a n-by-d matrix |
f |
Function values, a length-n vector or an n-by-q matrix (vector-valued function) |
A function that takes in a new point and returns the value of the interpolation function.
Parameter computed per @Amsallem2010, Appendix H
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.