Learn R Programming

ibr (version 1.3.1)

kernel: Kernel evaluation

Description

Evaluate the kernel function at x: Gaussian, Epanechnikov, Uniform, Quartic. This function is not intended to be used directly.

Usage

gaussien(X)
epane(X)
uniform(X)
quartic(X)

Arguments

Value

Returns a scalar, a vector or a matrix which coordinates are the values of the kernel at the given coordinate

See Also

ibr