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`
SPLUSQuartileIdentifierParameters
​
Returns SPLUS quartile outlier identifier parameters {L,U} for a list of numbers.
​
Examples  
(3)
Basic Examples  
(1)
Here is a list of sorted random numbers:
In[1]:=
SeedRandom[788];​​pnts=Sort@RandomVariate[NormalDistribution[20,16],100];
Here we find thresholds for outliers identification:
In[2]:=
SPLUSQuartileIdentifierParameters
[pnts]
Out[2]=
{-16.215,56.0009}
Here we mark the thresholds in a list plot (with the outliers):
In[3]:=
ListPlotOutliers
pnts,
SPLUSQuartileIdentifierParameters
,GridLines{None,%}
Out[3]=
Properties & Relations  
(2)

SeeAlso
OutlierIdentify
 
▪
OutlierPosition
 
▪
QuartileIdentifierParameters
""

© 2025 Wolfram. All rights reserved.

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