Skip to contents

Functions to perform the estimation of probability density function (pdf) by kernel estimators (with a non-gaussian kernel).

Usage

kernel_density(u, h)

Arguments

u

the point at which the estimation is made.

h

window of the kernel estimation.

Value

the estimated value of the pdf.

Author

Xavier Milhaud xavier.milhaud.research@gmail.com

Examples

kernel_density(0.4,0.5)
#> [1] 0.4