public interface RadialBasisFunction extends Function
Sums of radial basis functions are typically used to approximate given functions:
y(x) = Σ wi φ(||x-ci||)
where the approximating function y(x) is represented as a sum of N radial basis functions, each associated with a different center ci, and weighted by an appropriate coefficient wi. The weights wi can be estimated using the matrix methods of linear least squares, because the approximating function is linear in the weights.
This approximation process can also be interpreted as a simple kind of neural network and has been particularly used in time series prediction and control of nonlinear systems exhibiting sufficiently simple chaotic behavior, 3D reconstruction in computer graphics (for example, hierarchical RBF).