epanechnikov
The Epanechnikov kernel is a kernel function used in kernel density estimation and related nonparametric methods. It is defined by K(u) = (3/4)(1 − u^2) for |u| ≤ 1, and K(u) = 0 for |u| > 1. The kernel is symmetric, nonnegative, and has compact support on the interval [−1, 1]. Its integral over the real line equals 1, making it a valid probability density function on the line and a suitable kernel for smoothing.
In kernel density estimation, the density at a point x is estimated by f_hat(x) = (1/(n h)) ∑_{i=1}^n
A key theoretical result is that the Epanechnikov kernel minimizes the asymptotic mean integrated squared error
Compared with other kernels, the Epanechnikov kernel is not the only choice; Gaussian kernels have infinite