gaussian.kernel: Gaussian kernel
Description
Gaussian kernel function - weights all points by distance on a Gaussian curve with standard deviation of bandwidth.
Usage
gaussian.kernel(d, bandwidth)
Arguments
d
Numeric vector of distances.
Value
A numeric vector of kernel weights.