powered by
Rectangular kernel function
Rectangular.kernel(x)
a vector.
Rectangular Kernel $$ K(x) = 1 (abs(x) <= 1) $$ We recommend a critical value of 10 for this kernel.
# NOT RUN { plot(function(x) Rectangular.kernel(x), -2, 2, main = " Rectangular kernel ") # }
Run the code above in your browser using DataLab