IntEpanechnikov {asymmetry.measures} | R Documentation |
Implements the Integrated Epanechnikov kernel.
IntEpanechnikov(x)
x |
A vector of design points with values from |
Implements:
K(u)= \int_{-\infty}^u \frac{3}{4\sqrt{5}} \left (1-\frac{x^2}{5} \right )\,dx
for |x| \le \sqrt{5}
The value of the integrated kernel function at the user designated points.
Dimitrios Bagkavos and Lucia Gamez Gallardo
R implementation and documentation: Dimitrios Bagkavos <dimitrios.bagkavos@gmail.com> , Lucia Gamez Gallardo <gamezgallardolucia@gmail.com>