Description Usage Arguments Value Note References See Also Examples
The Meanshift mode estimator.
1 2 3 4 5 6 7 8 |
x |
numeric. Vector of observations. |
bw |
numeric. The smoothing bandwidth to be used. |
kernel |
character. The kernel to be used. Available kernels are
|
par |
numeric. The initial value used in the meanshift algorithm. |
iter |
numeric. Maximal number of iterations. |
tolerance |
numeric. Stopping criteria. |
meanshift
returns a numeric value, the mode estimate,
with an attribute "iterations"
.
The number of iterations can be less than iter
if the stopping criteria specified by eps
is reached.
The user should preferentially call meanshift
through
mlv(x, method = "meanshift", ...)
.
Fukunaga, K. and Hostetler, L. (1975). The estimation of the gradient of a density function, with applications in pattern recognition. IEEE Transactions on Information Theory, 21(1):32–40.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.