Learn R Programming

locpol (version 0.8.0)

Kernels: Kernels.

Description

Definition of common kernels used in local polynomial estimation.

Usage

CosK(x)
	EpaK(x)
	Epa2K(x)
	gaussK(x)

Arguments

x

Numeric vector o value.

Author

Jorge Luis Ojeda Cabrera.

Details

The implementation of these kernels is done by means functions that can operate on vectors.

Most common referred numeric values for these kernels are provided as attributes, see RK, mu0K, etc....

References

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

Wand, M.~P. and Jones, M.~C. Kernel smoothing\/. Chapman and Hall Ltd., London (1995).

See Also

RK, mu0K.