Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
Outlier identifier functions
Contributed by: Anton Antonov
This paclet provides functions for detection and visualization of outliers in lists of numbers.
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["AntonAntonov/OutlierIdentifiers"]
To load the code after installation, evaluate this code:
Needs["AntonAntonov`OutlierIdentifiers`"]
Let us consider the following set of 50 numbers:
In[1]:= |
Out[3]= |
Here we find the outliers using the HampelIdentifierParameters function:
In[4]:= |
Out[4]= |
Here we find the top outliers only:
In[5]:= |
Out[5]= |
Here we find the top outliers positions:
In[6]:= |
Out[6]= |
Here we plot the top outliers:
In[7]:= |
Out[7]= |
Here is the application of all outlier parameter finding functions in this paclet:
In[8]:= |
Out[8]= |