radialbasis
Radial basis functions, often abbreviated as RBFs, are real-valued functions whose value depends only on the distance from some origin point. In other words, for a function $ \phi $, $ \phi(x) = \phi(||x - c||) $, where $ c $ is the center of the function and $ ||.|| $ denotes a norm. Commonly, the Euclidean norm is used. The simplest example of a radial basis function is the Gaussian function, $ \phi(r) = e^{-(\epsilon r)^2} $, where $ \epsilon $ is a shape parameter.
Radial basis functions are widely used in interpolation, approximation, and machine learning. In interpolation, a function
The choice of the RBF kernel and its parameters significantly impacts the performance of the approximation.