bisquare: The bisquare kernel

Description Usage Arguments Value

View source: R/kernels.r

Description

The bisquare kernel

Usage

1
bisquare(R, bw)

Arguments

R

vector of distances to convert to weights

bw

bandwidth of the kernel

Value

vector of kernel weights, given by (1 - (R / bw)^2)^2 if R < bw; otherwise 0


wrbrooks/lagr documentation built on May 4, 2019, 11:59 a.m.