


COMPLETELYREGULARIZEDSPLINERBF Summary of this function goes here As formulated here: https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/how-spline-works.htm (section "For the regularized option"). Note that they suggest using a polynomial of degree 1 with this RBF


0001 function fx = completelyRegularizedSplineRBF(r, phi) 0002 %COMPLETELYREGULARIZEDSPLINERBF Summary of this function goes here 0003 % As formulated here: 0004 % https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/how-spline-works.htm 0005 % (section "For the regularized option"). Note that they suggest using a 0006 % polynomial of degree 1 with this RBF 0007 0008 0009 0010 0011 end 0012