kernel_density {admix}R Documentation

Kernel estimation

Description

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(s)

Xavier Milhaud xavier.milhaud.research@gmail.com

Examples

kernel_density(0.4,0.5)


[Package admix version 2.1-2 Index]