completelyRegularizedSplineRBF

PURPOSE ^

COMPLETELYREGULARIZEDSPLINERBF Summary of this function goes here

SYNOPSIS ^

function fx = completelyRegularizedSplineRBF(r, phi)

DESCRIPTION ^

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

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

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

Generated on Thu 10-Dec-2020 17:34:27 by m2html © 2005