set.seed(1000) n = 1e5 y = rnorm(1e5) system.time({ for (i in 1:1e3) { z = rcpp_SG(y, 7, 2) } })
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.