Applies a Gaussian 3-D kernel on MS70 sonar data given as the coordinates 'x' and the data 'y', and the bandwidths given in the three element vector 'h':
1 | kernSmoothGauss(x, y, h = 1, w = h * 3)
|
x |
is the matrix of the coordinates. |
y |
is the vector of the data, with dimension corresponding to the number of columns if 'x'. |
h |
is the three element vector of bandwidths. |
w |
is the limits of the kernel, outside which the kernel is 0. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.