Description Usage Arguments Value References Examples
View source: R/find_ueda_outliers.R
A function to calculate all components of Ueda's method.
1 | find_ueda_outliers(x, smax = 5)
|
x |
A numeric vector |
smax |
The maximum number of outliers to be detected. By default, smax = 3. |
A list of 4 components:
1. The Ut matrix.
2. The label matrix.
3. The input numeric vector.
4. The input vector with no outliers.
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.