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)
Value
A numeric vector of kernel weights.
Arguments
- d
Numeric vector of distances.
- bandwidth
Numeric bandwidth.