powered by
Symmetric, asymmetric, and integrated kernel functions for nonparametric smoothing and density estimation. Normal (Gaussian) Kernel
Ker.norm(u)
Kernel values at u.
Numeric vector of evaluation points.
u <- seq(-3, 3, length.out = 100) plot(u, Ker.norm(u), type = "l", main = "Normal Kernel")
Run the code above in your browser using DataLab