Tukey's fences

E371260

Tukey's fences are a statistical rule-of-thumb method for identifying outliers in a data set using interquartile range–based cutoff points.

All labels observed (1)

Label Occurrences
Tukey's fences canonical 1

How this entity was disambiguated

Statements (47)

Predicate Object
instanceOf outlier detection method
robust statistical method
statistical rule of thumb
advantage easy to interpret graphically via boxplots
simple to compute
appearsIn exploratory data analysis literature
introductory statistics textbooks
appliesTo univariate continuous data
assumes no specific parametric distribution
basedOn interquartile range
canBeGeneralizedTo multivariate data via robust distance measures
category robust outlier detection rules
classifiesAsExtremeOutlier observation beyond the extreme fences
classifiesAsOutlier observation above the upper fence
observation below the lower fence
commonlyUsesMultiplier 1.5 for regular outliers
3.0 for extreme outliers
definesLowerExtremeFence Q1 - 3 × IQR
definesLowerFence Q1 - 1.5 × IQR for standard rule
definesUpperExtremeFence Q3 + 3 × IQR
definesUpperFence Q3 + 1.5 × IQR for standard rule
goal identify unusually large or small observations
hasAlternativeMultiplierChoice k chosen based on desired sensitivity to outliers
hasParameter multiplier k applied to the interquartile range
introducedBy John W. Tukey
limitation may flag many points as outliers in heavy-tailed distributions
sensitivity to skewed distributions
namedAfter John W. Tukey
property based on order statistics
robust to non-normality
relatedConcept Grubbs' test
median absolute deviation
z-score outlier detection
relatedTo boxplot
five-number summary
robust measures of scale
typicalLowerFenceFormula Q1 - k × IQR
typicalUpperFenceFormula Q3 + k × IQR
usedBy data analysts
data scientists
statisticians
usedFor identifying outliers in a data set
usedIn descriptive statistics
exploratory data analysis
usesStatistic first quartile
interquartile range
third quartile

How these facts were elicited

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

John W. Tukey developedConcept Tukey's fences