kernel.function.epan {cvmgof} | R Documentation |
This function computes the Epanechnikov kernel used to estimate the conditional distribution function.
kernel.function.epan(u)
u |
a numeric vector. |
Romain Azais, Sandie Ferrigno and Marie-Jose Martinez
J. Fan and I. Gijbels. Local polynomial modelling and its applications. Chapman & Hall, London, 1996.
x = runif(10) #simulating a uniform random sample
kernel.function.epan(x)