Epanechnikov {asymmetry.measures} | R Documentation |
Implementation of the Epanechnikov kernel.
Epanechnikov(x)
x |
A vector of data points between |
Implements:
K(u)= \frac{3}{4\sqrt{5}} \left (1-\frac{x^2}{5} \right )
for |x| \le \sqrt{5}
The value of the kernel at x
Dimitrios Bagkavos and Lucia Gamez Gallardo
R implementation and documentation: Dimitrios Bagkavos <dimitrios.bagkavos@gmail.com> , Lucia Gamez Gallardo <gamezgallardolucia@gmail.com>