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