R/examples/test-SG.R

set.seed(1000)

n = 1e5
y = rnorm(1e5)
system.time({
    for (i in 1:1e3) {
        z = rcpp_SG(y, 7, 2)
    }
})
eco-hydro/phenofit2 documentation built on Dec. 20, 2021, 3:15 a.m.