Epanechnikov kernel function
Epanechnikov kernel function.
Epa.kernel(x)
x |
vector. |
Epanechnikov kernel:
K(x) = 3/4 ( 1 - x^2 ) (abs(x)<=1)
We recommend a critical value of 6.1 for this kernel function.
plot(function(x) Epa.kernel(x), -2, 2, ylab = "Epanechnikov kernel function")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.