Rectangular.kernel {extremefit} | 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 ")