R/kernels.r

Defines functions gaussianK

gaussianK <- function(t) exp(-0.5 * t^2)
jarutis/smoothr documentation built on May 18, 2019, 4:49 p.m.