Description Usage Arguments Value See Also
Evaluates the Epanechnikov kernel,
K(u)=\frac{3}{4} (1-u^2) I[|u|≤q 1].
This is the asymptotically optimal second order kernel. It is continuous, but the first derivative is discontinuous at u=-1,1.
1 | epanechnikov(u)
|
u |
a vector of points at which to evaluate the kernel. |
a vector giving the evaluations.
Other kernel functions:
biweight()
,
gauss()
,
uniform()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.