R/kernels.R
IKer.cos.Rd
Integral of Ker.cos from -1 to u.
IKer.cos(u)
Numeric vector of evaluation points.
Cumulative integral values.
u <- seq(-1.5, 1.5, length.out = 100) plot(u, IKer.cos(u), type = "l", main = "Integrated Cosine Kernel")