powered by
Epanechnikov kernel function.
Epa.kernel(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.
# NOT RUN { plot(function(x) Epa.kernel(x), -2, 2, ylab = "Epanechnikov kernel function") # }
Run the code above in your browser using DataLab