Description Usage Arguments Value Note References See Also Examples
Vieu's mode estimator is the value at which the kernel density derivative estimate is null.
1 |
x |
numeric. Vector of observations. |
bw |
numeric. The smoothing bandwidth to be used. |
kernel |
character. The kernel to be used. Available kernels are |
abc |
logical. If |
... |
If |
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.
The user may call vieu
through
mlv(x, method = "vieu", ...)
.
Presently, vieu
is quite slow.
Vieu P. (1996). A note on density mode estimation. Statistics \& Probability Letters, 26:297–307.
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.