graphrig {AsyK} | R Documentation |
Plot Kernel density by using Resiprocal Inverse Gaussian Kernel.
graphrig(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) graphrig(y,80,h)