Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Search
Browse
Categories
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
Random Paclet
Alphabetical List
More…
Using Paclets
Learn More about
Wolfram Language
Create a Paclet
Get Started
Download Definition Notebook
Loading...
OutlierIdentifiers
Guides
Outlier identification
Symbols
BottomOutliers
ColorPlotOutliers
HampelIdentifier
HampelIdentifierParameters
ListPlotOutliers
OutlierIdentifier
OutlierIdentifyLess
OutlierIdentify
OutlierPosition
QuartileIdentifier
QuartileIdentifierParameters
SPLUSQuartileIdentifier
SPLUSQuartileIdentifierParameters
TopOutliers
show more
(9)
AntonAntonov`OutlierIdentifiers`
Q
u
a
r
t
i
l
e
I
d
e
n
t
i
f
i
e
r
P
a
r
a
m
e
t
e
r
s
R
e
t
u
r
n
s
q
u
a
r
t
i
l
e
o
u
t
l
i
e
r
i
d
e
n
t
i
f
i
e
r
p
a
r
a
m
e
t
e
r
s
{
L
,
U
}
f
o
r
a
l
i
s
t
o
f
n
u
m
b
e
r
s
.
Examples
(
3
)
Basic Examples
(
1
)
Here is a list of sorted random numbers:
I
n
[
1
]
:
=
S
e
e
d
R
a
n
d
o
m
[
7
8
8
]
;
p
n
t
s
=
S
o
r
t
@
R
a
n
d
o
m
V
a
r
i
a
t
e
[
N
o
r
m
a
l
D
i
s
t
r
i
b
u
t
i
o
n
[
2
0
,
1
6
]
,
1
0
0
]
;
Here we find thresholds for outliers identification:
I
n
[
2
]
:
=
Q
u
a
r
t
i
l
e
I
d
e
n
t
i
f
i
e
r
P
a
r
a
m
e
t
e
r
s
[
p
n
t
s
]
O
u
t
[
2
]
=
{
4
.
5
7
0
0
9
,
4
0
.
6
7
8
1
}
Here we mark the thresholds in a list plot (with the outliers):
I
n
[
3
]
:
=
L
i
s
t
P
l
o
t
O
u
t
l
i
e
r
s
p
n
t
s
,
Q
u
a
r
t
i
l
e
I
d
e
n
t
i
f
i
e
r
P
a
r
a
m
e
t
e
r
s
,
G
r
i
d
L
i
n
e
s
{
N
o
n
e
,
%
}
O
u
t
[
3
]
=
P
r
o
p
e
r
t
i
e
s
&
R
e
l
a
t
i
o
n
s
(
2
)
S
e
e
A
l
s
o
O
u
t
l
i
e
r
I
d
e
n
t
i
f
y
▪
Q
u
a
r
t
i
l
e
I
d
e
n
t
i
f
i
e
r
▪
S
P
L
U
S
Q
u
a
r
t
i
l
e
I
d
e
n
t
i
f
i
e
r
P
a
r
a
m
e
t
e
r
s
▪
H
a
m
p
e
l
I
d
e
n
t
i
f
i
e
r
P
a
r
a
m
e
t
e
r
s
"
"