kernel.function.gauss {cvmgof}R Documentation

Gaussian kernel

Description

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

Usage

kernel.function.gauss(u)

Arguments

u

a numeric vector.

Author(s)

Romain Azais, Sandie Ferrigno and Marie-Jose Martinez

References

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

Examples

x = runif(10)  #simulating a uniform random sample
kernel.function.gauss(x)

[Package cvmgof version 1.0.3 Index]