kernels {bpkde}R Documentation

Univariate Kernels

Description

Evaluate univariate kernels.

Usage

biweight(x)
epanechnikov(x)
rectangular(x)
triangular(x)

Arguments

x

a numeic vector.

Value

a numeric vector.

Author(s)

Kjell Konis kjell.konis@me.com


[Package bpkde version 1.0-7 Index]