kernel: character. The kernel to be used. Available kernels are "biweight", "cosine", "eddy", "epanechnikov", "gaussian", "optcosine", "rectangular", "triangular", "uniform". See density for more details on some of these kernels.
abc: logical. If FALSE (the default), the root of the density derivate estimate is searched with uniroot.
...: If abc = FALSE, further arguments to be passed to uniroot.
Returns
vieu returns a numeric value, the mode estimate. If abc = TRUE, the x value at which the density derivative estimate is null is returned. Otherwise, the uniroot method is used.
Note
The user may call vieu through mlv(x, method = "vieu", ...).