kernel.g {OVL.CI} | R Documentation |
Gaussian kernel
Description
Evaluates the Gaussian kernel
Usage
kernel.g(u)
Arguments
u |
vector of observations |
Value
evaluation of the Gaussian kernel
Examples
x = rnorm(100,1,2)
kernel.g(x)
[Package OVL.CI version 0.1.0 Index]