R/kernels.R
Ker.epa.Rd
Epanechnikov Kernel
Ker.epa(u)
Numeric vector of evaluation points.
Kernel values at u (0 outside [-1, 1]).
u <- seq(-1.5, 1.5, length.out = 100) plot(u, Ker.epa(u), type = "l", main = "Epanechnikov Kernel")