Learn R Programming

kdetrees (version 0.1.2)

normkern: Generalized Gaussian kernel

Description

The un-normalized Gaussian kernel function: exp(-(abs(x/bw))^delta)/bw

Usage

normkern(x, bw = 1, delta = 2L)

Arguments

x
places to evaluate kernel
bw
bandwidth values
delta
shape parameter for kernel

Value

  • an object of the same type as x with the kernel evaluations