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
The 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
A radial function, , maps
into
. The default radial function is the Hardy multiquadric,
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