Gaussian kernel function
Gaussian kernel function
Gaussian.kernel(x)
x |
a vector. |
Gaussian Kernel with the value of standard deviation equal to 1/3.
K(x) = (1/{(1/3)*sqrt(2 π)} exp(-(3*x)^2/2)) (abs(x) <= 1)
We recommend a critical value of 8.3 for this kernel.
plot(function(x) Gaussian.kernel(x), -2, 2, main = " Gaussian kernel")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.