kernel_cdf {admix}R Documentation

Kernel estimation

Description

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

Xavier Milhaud xavier.milhaud.research@gmail.com

Examples

kernel_cdf(0.4,0.5)


[Package admix version 2.1-2 Index]