Radial Basis Functions
Radial Basis Functions
A radial basis function (RBF) is a function whose value depends only on distance from a center point.
General form:
where:
- is an input point
- is a center
- is the distance from the center
The value changes only with radius, not direction.
A common example is the Gaussian RBF:
where controls the spread.
Near the center, the value is large.
Far from the center, it decays toward zero.
RBFs appear in:
- interpolation
- meshfree numerical methods
- function approximation
- kernel methods and machine learning
An RBF approximation often looks like
using weighted radial functions centered at points .