View source: R/PackageOxygen.R
Epa.kernel | R Documentation |
Epanechnikov kernel function.
Epa.kernel(x)
x |
vector. |
Epanechnikov kernel:
K(x) = 3/4 ( 1 - x^2 ) (abs(x)<=1)
We recommend a critical value of 6.1 for this kernel function.
plot(function(x) Epa.kernel(x), -2, 2, ylab = "Epanechnikov kernel function")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.