Dispersiekernels
Dispersiekernels are kernel functions devised to capture dispersion, or spread, in data by allowing the scale of similarity to vary with location. They are used when data exhibit nonstationary dispersion, meaning that the typical distance between similar observations changes across the input space. By incorporating a dispersion function, dispersiekernels generalize standard kernels to adapt to local density or variability.
A common construction defines a local bandwidth function σ(x) > 0 and sets k_disp(x, y) = exp(- ||x
Properties and caveats: symmetry k_disp(x, y) = k_disp(y, x) typically holds, but positive definiteness is not guaranteed
Applications are in nonparametric regression and density estimation with adaptive bandwidth, Gaussian processes that model heteroscedastic
See also: kernel methods, adaptive bandwidth, kernel density estimation, Gaussian processes, diffusion kernels, heteroscedastic modeling.