AntonAntonov/OutlierIdentifiers
(1.0.0)
current version: 1.0.1 »
Outlier identifier functions
Contributed by: Anton Antonov
This paclet provides functions for detection and visualization of outliers in lists of numbers.
Installation Instructions
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["AntonAntonov/OutlierIdentifiers"]
Details
The purpose of the outlier detection algorithms is to find those elements in a list of numbers that have values significantly higher or lower than the rest of the values.
Taking a certain number of elements with the highest values is not the same as an outlier detection, but it can be used as a replacement.
Examples
Basic Examples (5)
Let us consider the following set of 50 numbers:
Here we find the outliers using the HampelIdentifierParameters function:
Here we find the top outliers only:
Here we find the top outliers positions:
Here we plot the top outliers:
Scope (1)
Here is the application of all outlier parameter finding functions in this paclet:
Publisher
Anton Antonov
External Links
Version History
-
1.0.1
– 22 April 2023
-
1.0.0
– 21 April 2023
MIT License
Paclet Source
See Also