Rectangular kernel
rectangle(x)
a vector of real numbers.
This function computes the values of the rectangular kernel at points x
.
# NOT RUN {
x = seq(-2,2,length=1000)
y = rectangle(x)
plot(x,y)
# }
Run the code above in your browser using DataLab