kernel.function.gauss {cvmgof} | R Documentation |
This function computes the Gaussian kernel used to estimate the conditional distribution function.
kernel.function.gauss(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.gauss(x)