R/kernels.R
IKer.norm.Rd
Integrated Normal Kernel
IKer.norm(u)
Numeric vector of evaluation points.
Cumulative integral of normal kernel from -Inf to u.
u <- seq(-3, 3, length.out = 100) plot(u, IKer.norm(u), type = "l", main = "Integrated Normal Kernel")