powered by
Integrated Normal Kernel
IKer.norm(u)
Cumulative integral of normal kernel from -Inf to u.
Numeric vector of evaluation points.
u <- seq(-3, 3, length.out = 100) plot(u, IKer.norm(u), type = "l", main = "Integrated Normal Kernel")
Run the code above in your browser using DataLab