Applies a Gaussian 3-D kernel on MS70 sonar data given as a list 'data' with names according to the TSD-convension, and the bandwidths given in the three element vector 'h':
1 | kernSmooth3dGauss.TSD(data, h = c(1, 1, 1), w = h * 3, ind = list())
|
data |
is the list of data with names according to the TSD-convension. |
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.