Computes a least-squares fit to scattered data.
For a list of all members of this type, see RadialBasis Members.
System.Object
Imsl.Math.RadialBasis
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
RadialBasis computes a least-squares fit to scattered data in , where d is the dimension. More precisely, we are given data points
and function valuesThe radial basis fit to the data is a function F which approximates the above data in the sense that it minimizes the sum-of-squares error
where w are the weights. Of course, we must restrict the functional form of F. Here we assume it is a linear combination of radial functions: The are the centers .A radial function, , maps into . The default radial function is the Hardy multiquadric,
with . An alternate radial function is the Gaussian, .By default, the centers are points in a Faure sequence, scaled to cover the box containing the data.
Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll)
RadialBasis Members | Imsl.Math Namespace | Example