Spline Toolbox    

Fitting Values at Scattered 2-D Sites

Tensor-product splines are good for gridded (bivariate and even multivariate) data. For work with scattered bivariate data, the toolbox provides the thin-plate smoothing spline. Suppose you have given data values y(j) at scattered data sites x(:,j), j=1:N, in the plane. To give a specific example,

provides 65 sites, namely 64 points equally spaced on the unit circle, plus the center of that circle. Here are corresponding data values, namely noisy values of the very nice function

.

Then you can compute a reasonable approximation to these data by

and plot the resulting approximation along with the noisy data by

and so produce the following picture:

Figure 2-8: Thin-Plate Smoothing Spline Approximation to Noisy Data


  Fitting Values at N-D Grid Splines: An Overview