cvmgof (version 1.0.0)

kernel.function.epan: Epanechnikov kernel

Description

This function computes the Epanechnikov kernel used to estimate the conditional distribution function.

Usage

kernel.function.epan(u)

Arguments

u

a numeric vector.

References

J. Fan and I. Gijbels. Local polynomial modelling and its applications. Chapman & Hall, London, 1996.

Examples

Run this code
# NOT RUN {
x = runif(10)  #simulating a uniform random sample
kernel.function.epan(x)
# }

Run the code above in your browser using DataLab