graphLap {AsyK} | R Documentation |
Plot Kernel density by using Laplace Kernel.
graphLap(y, k, h)
y |
a numeric vector of positive values. |
k |
gird points. |
h |
the bandwidth |
y<-rexp(23,1) h<-0.79 * IQR(y) * length(y) ^ (-1/5) graphLap(y,80,h)