Description Usage Arguments Value References Examples
This function allows identifying the indexes and positions of outliers in a numeric vector.
1 | ueda_index(x, smax = 5)
|
x |
A numeric vector |
smax |
The maximum number of outliers to be detected. By default, smax = 3. |
A list with 2 components:
index Boolean (TRUE/FALSE) indicating whether each observation is an outlier.
position The position of the outliers in the data.
Marmolejo-Ramos, F., Vélez, J.I. & Romão, X. Automatic detection of discordant outliers via the Ueda’s method. J Stat Distrib App 2, 8 (2015). https://doi.org/10.1186/s40488-015-0031-y
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.