.smooth_gauss_kernel {bayesEO} | R Documentation |
Compute the 2-D Gaussian kernel
Description
Compute the 2-D Gaussian kernel
Usage
.smooth_gauss_kernel(window_size, sigma)
Arguments
window_size |
Size of the neighbourhood. |
sigma |
Standard deviation of the spatial Gaussian kernel |
Value
returns a squared matrix filled with Gaussian function
[Package bayesEO version 0.2.1 Index]