kernSmoothGauss: Applies a Gaussian 3-D kernel on MS70 sonar data given as the...

Description Usage Arguments

Description

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':

Usage

1
kernSmoothGauss(x, y, h = 1, w = h * 3)

Arguments

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.


arnejohannesholmin/AJ documentation built on May 27, 2019, 4:06 a.m.