biweight: Biweight kernel

Description Usage Arguments Value See Also

View source: R/kernels.R

Description

Evaluates the biweight kernel,

K(u)=\frac{15}{16} (1-u^2)^2 I[|u|≤q 1].

This is a highly efficient kernel which is continuous and has a continuous first derivative.

Usage

1

Arguments

u

a vector of points at which to evaluate the kernel.

Value

a vector giving the evaluations.

See Also

Other kernel functions: epanechnikov(), gauss(), uniform()


timwaite/nprtw documentation built on Jan. 25, 2021, 1:50 a.m.