Description Usage Arguments Value
View source: R/kernel.functions.r
Gaussian kernel function - weights all points by distance on a Gaussian curve with standard deviation of bandwidth.
1 | gaussian.kernel(d, bandwidth)
|
d |
Numeric vector of distances. |
bandwidth |
Numeric bandwidth. |
A numeric vector of kernel weights.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.