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