Skip to contents

Functions to perform the estimation of cumulative distribution function (cdf) by kernel estimators (with a non-gaussian kernel).

Usage

kernel_cdf(u, h)

Arguments

u

the point at which the estimation is made.

h

window of the kernel estimation.

Value

the estimated value of the cdf.

Author

Xavier Milhaud xavier.milhaud.research@gmail.com

Examples

kernel_cdf(0.4,0.5)
#> [1] 0.98