powered by
convolve
conv_smoother(X, Y, window, xlab = "", ylab = "", raw = FALSE)
x <- 1:1000 y <- rnorm(1000) conv <- conv_smoother(x,y,10)
Run the code above in your browser using DataLab