| kernel_density | R Documentation |
Functions to perform the estimation of probability density function (pdf) by kernel estimators (with a non-gaussian kernel).
kernel_density(u, h)
u |
the point at which the estimation is made. |
h |
window of the kernel estimation. |
the estimated value of the pdf.
Xavier Milhaud xavier.milhaud.research@gmail.com
kernel_density(0.4,0.5)