View source: R/misc-functions.R
k.epan | R Documentation |
This function computes the Epanechnikov kernel.
k.epan(x)
x |
a real number |
This function computes the Epanechnikov kernel.
3/4(1-x^2) if x <= 1, 0 otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.