Smoothing spline


Smoothing splines are function estimates,, obtained from a set of noisy observations of the target, in order to balance a measure of goodness of fit of to with a derivative based measure of the smoothness of. They provide a means for smoothing noisy data. The most familiar example is the cubic smoothing spline, but there are many other possibilities, including for the case where is a vector quantity.

Cubic spline definition

Let be a set of observations, modeled by the relation where the are independent, zero mean random variables. The cubic smoothing spline estimate of the function is defined to be the minimizer of
Remarks:
It is useful to think of fitting a smoothing spline in two steps:
  1. First, derive the values.
  2. From these values, derive for all x.
Now, treat the second step first.
Given the vector of fitted values, the sum-of-squares part of the spline criterion is fixed. It remains only to minimize, and the minimizer is a natural cubic spline that interpolates the points. This interpolating spline is a linear operator, and can be written in the form
where are a set of spline basis functions. As a result, the roughness penalty has the form
where the elements of A are. The basis functions, and hence the matrix A, depend on the configuration of the predictor variables, but not on the responses or.
A is an n×n matrix given by.
Δ is an n matrix of second differences with elements:
,,
W is an
symmetric tri-diagonal matrix with elements:
, and, the distances between successive knots.
Now back to the first step. The penalized sum-of-squares can be written as
where.
Minimizing over by differentiating against. This results in:
and

De Boor's approach

De Boor's approach exploits the same idea, of finding a balance between having a smooth curve and being close to the given data.
where is a parameter called smooth factor and belongs to the interval, and are the quantities controlling the extent of smoothing. In practice, since cubic splines are mostly used, is usually. The solution for was proposed by Reinsch in 1967. For, when approaches, converges to the "natural" spline interpolant to the given data. As approaches, converges to a straight line. Since finding a suitable value of is a task of trial and error, a redundant constant was introduced for convenience.
is used to numerically determine the value of so that the function meets the following condition:
The algorithm described by de Boor starts with and increases until the condition is met. If is an estimation of the standard deviation for, the constant is recommended to be chosen in the interval. Having means the solution is the "natural" spline interpolant. Increasing means we obtain a smoother curve by getting farther from the given data.

Multidimensional splines

There are two main classes of method for generalizing from smoothing with respect to a scalar to smoothing with respect to a vector
. The first approach simply generalizes the spline smoothing penalty to the multidimensional setting. For example, if trying to estimate we might use the Thin plate spline penalty and find the minimizing
The thin plate spline approach can be generalized to smoothing with respect to more than two dimensions and to other orders of differentiation in the penalty. As the dimension increases there are some restrictions on the smallest order of differential that can be used, but actually Duchon's original paper, gives slightly more complicated penalties that can avoid this restriction.
The thin plate splines are isotropic, meaning that if we rotate the co-ordinate system the estimate will not change, but also that we are assuming that the same level of smoothing is appropriate in all directions. This is often considered reasonable when smoothing with respect to spatial location, but in many other cases isotropy is not an appropriate assumption and can lead to sensitivity to apparently arbitrary choices of measurement units. For example, if smoothing with respect to distance and time an isotropic smoother will give different results if distance is measure in metres and time in seconds, to what will occur if we change the units to centimetres and hours.
The second class of generalizations to multi-dimensional smoothing deals directly with this scale invariance issue using tensor product spline constructions. Such splines have smoothing penalties with multiple smoothing parameters, which is the price that must be paid for not assuming that the same degree of smoothness is appropriate in all directions.

Related methods

Smoothing splines are related to, but distinct from: