Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

OutlierIdentifiers

Guides

  • Outlier identification

Symbols

  • BottomOutliers
  • ColorPlotOutliers
  • HampelIdentifier
  • HampelIdentifierParameters
  • ListPlotOutliers
  • OutlierIdentifier
  • OutlierIdentifyLess
  • OutlierIdentify
  • OutlierPosition
  • QuartileIdentifier
  • QuartileIdentifierParameters
  • SPLUSQuartileIdentifier
  • SPLUSQuartileIdentifierParameters
  • TopOutliers
AntonAntonov`OutlierIdentifiers`
ColorPlotOutliers
​
ColorPlotOutliers
[]
makes a function for coloring the outliers in list point plots.
​
​
ColorPlotOutliers
[oid]
makes a function by using a specified outlier identifier
oid
.
​
Examples  
(1)
Basic Examples  
(1)
Here is a list of random numbers:
In[1]:=
SeedRandom[788];​​pnts=Sort@RandomVariate[NormalDistribution[20,16],100];
Here is the corresponding list plot:
In[2]:=
ListPlot[pnts]
Out[2]=
Here the list plot above is "decorated" by coloring the outliers:
In[3]:=
%//
ColorPlotOutliers
[]
Out[3]=
Here a particular outlier identifier is used:
In[4]:=
%%//
ColorPlotOutliers

TopOutliers
@*
QuartileIdentifierParameters

Out[4]=
SeeAlso
OutlierPosition
 
▪
ListPlotOutliers
RelatedGuides
▪
Outlier identification
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com