powered by
Asymmetric Normal Kernel
AKer.norm(u)
Kernel values at u (0 for u < 0).
Numeric vector of evaluation points.
u <- seq(-0.5, 3, length.out = 100) plot(u, AKer.norm(u), type = "l", main = "Asymmetric Normal Kernel")
Run the code above in your browser using DataLab