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