Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Truncated mean
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{short description|Statistical measure of central tendency}} {{More citations needed|date=July 2010}} A '''truncated mean''' or '''trimmed mean''' is a [[Statistics|statistical]] [[Average|measure of central tendency]], much like the [[mean]] and [[median]]. It involves the calculation of the mean after discarding given parts of a [[probability distribution]] or [[Sampling (statistics)|sample]] at the high and low end, and typically discarding an equal amount of both. This number of points to be discarded is usually given as a percentage of the total number of points, but may also be given as a fixed number of points. For most statistical applications, 5 to 25 percent of the ends are discarded. For example, given a set of 8 points, trimming by 12.5% would discard the minimum and maximum value in the sample: the smallest and largest values, and would compute the mean of the remaining 6 points. The 25% trimmed mean (when the lowest 25% and the highest 25% are discarded) is known as the [[interquartile mean]]. The median can be regarded as a fully truncated mean and is most robust. As with other [[trimmed estimator]]s, the main advantage of the trimmed mean is robustness and higher [[Efficiency (statistics)|efficiency]] for mixed distributions and heavy-tailed distribution (like the [[Cauchy distribution]]), at the cost of lower efficiency for some other less heavily tailed distributions (such as the normal distribution). For intermediate distributions the differences between the efficiency of the mean and the median are not very big, e.g. for the student-t distribution with 2 degrees of freedom the variances for mean and median are nearly equal. ==Terminology== In some regions of [[Central Europe]] it is also known as a '''Windsor mean''',{{citation needed|date=October 2016}} but this name should not be confused with the [[Winsorized mean]]: in the latter, the observations that the trimmed mean would discard are instead replaced by the largest/smallest of the remaining values. Discarding only the maximum and minimum is known as the '''{{visible anchor|modified mean}}''', particularly in management statistics.<ref>Arulmozhi, G.; Statistics For Management, 2nd Edition, Tata McGraw-Hill Education, 2009, p. [https://books.google.com/books?id=2qcyNld-bHwC&pg=PA458&lpg=PA458&dq=Modified+mean 458]</ref> This is also known as the '''{{visible anchor|Olympic average}}''' (for example in US agriculture, like the [[Average Crop Revenue Election]]), due to its use in Olympic events, such as the [[ISU Judging System]] in [[figure skating]], to make the score robust to a single outlier judge.<ref>{{cite web |url=http://farmdocdaily.illinois.edu/2012/08/lessons_from_libor.html |title=Lessons from LIBOR |author=Paul E. Peterson |date=August 3, 2012 |quote=Once the quotes are compiled, LIBOR uses a trimmed mean process, in which the highest and lowest values are thrown out and the remaining values are averaged. This is sometimes called an "Olympic average" from its use in the Olympics to eliminate the impact of a biased judge on an athlete's final score.}}</ref> ==Interpolation== When the percentage of points to discard does not yield a whole number, the trimmed mean may be defined by interpolation, generally linear interpolation, between the nearest whole numbers. For example, if you need to calculate the 15% trimmed mean of a sample containing 10 entries, strictly this would mean discarding 1 point from each end (equivalent to the 10% trimmed mean). If interpolating, one would instead compute the 10% trimmed mean (discarding 1 point from each end) and the 20% trimmed mean (discarding 2 points from each end), and then interpolating, in this case averaging these two values. Similarly, if interpolating the 12% trimmed mean, one would take the [[weighted average]]: weight the 10% trimmed mean by 0.8 and the 20% trimmed mean by 0.2. ==Advantages== The truncated mean is a useful estimator because it is less sensitive to [[outlier]]s than the mean but will still give a reasonable estimate of central tendency or mean for many statistical models. In this regard it is referred to as a [[Robust statistics|robust estimator]]. For example, in its use in Olympic judging, truncating the maximum and minimum prevents a single judge from increasing or lowering the overall score by giving an exceptionally high or low score. One situation in which it can be advantageous to use a truncated mean is when estimating the [[location parameter]] of a [[Cauchy distribution]], a bell shaped probability distribution with (much) fatter tails than a [[normal distribution]]. It can be shown that the truncated mean of the middle 24% sample [[order statistics]] (i.e., truncate the sample by 38% at each end) produces an estimate for the population location parameter that is more efficient than using either the sample median or the full sample mean.<ref name=rothenberg>{{cite journal|last1=Rothenberg|first1=Thomas J.|last2=Fisher|first2=Franklin, M.|last3=Tilanus|first3=C.B.|year=1964|volume=59|issue=306|journal=Journal of the American Statistical Association|title=A note on estimation from a cauchy sample|pages=460β463|doi=10.1080/01621459.1964.10482170}}</ref><ref name=bloch>{{cite journal|last1=Bloch|first1=Daniel|year=1966|volume=61|issue=316|journal=Journal of the American Statistical Association|title=A note on the estimation of the location parameters of the Cauchy distribution|pages=852β855|jstor=2282794|doi=10.1080/01621459.1966.10480912}}</ref> However, due to the fat tails of the Cauchy distribution, the efficiency of the estimator decreases as more of the sample gets used in the estimate.<ref name=rothenberg/><ref name=bloch/> Note that for the Cauchy distribution, neither the truncated mean, full sample mean or sample median represents a [[maximum likelihood]] estimator, nor are any as asymptotically efficient as the maximum likelihood estimator; however, the maximum likelihood estimate is more difficult to compute, leaving the truncated mean as a useful alternative.<ref name=bloch/><ref name=ferguson>{{cite journal|last1=Ferguson|first1=Thomas S.|author-link= Thomas S. Ferguson |year=1978|journal=Journal of the American Statistical Association |volume=73|issue=361|title=Maximum Likelihood Estimates of the Parameters of the Cauchy Distribution for Samples of Size 3 and 4|pages=211β213|jstor=2286549|doi=10.1080/01621459.1978.10480031}}</ref> ==Statistical tests== It is possible to perform a [[Student's t-test]] based on the truncated mean, which is called Yuen's t-test,<ref>Yuen, K.K. (1974) The two-sample trimmed t for unequal population variances. Biometrika, 61, 165-170.</ref><ref>Wilcox, R.R. (2005). Introduction to robust estimation and hypothesis testing. Academic Press.</ref> which also has several implementations in [[R (programming language)|R]].<ref>{{Cite web|url=https://cran.r-project.org/web/packages/WRS2/|title=WRS2: A Collection of Robust Statistical Methods|date=20 July 2021}}</ref><ref>{{Cite web|url=https://cran.r-project.org/web/packages/DescTools/|title = DescTools: Tools for Descriptive Statistics|date = 9 September 2021}}</ref> ==Examples== The scoring method used in many [[sport]]s that are evaluated by a panel of judges is a truncated mean: ''discard the lowest and the highest scores; calculate the mean value of the remaining scores''.<ref name="wsj-sport">{{cite web |url=https://www.wsj.com/articles/SB10000872396390443477104577551253521597214 |title=Removing Judges' Bias Is Olympic-Size Challenge |last1=Bialik |first1=Carl|date=27 July 2012 |website=The Wall Street Journal | accessdate=7 September 2014}}</ref> The [[Libor]] benchmark interest rate is [[Libor#Calculation|calculated]] as a trimmed mean: given 18 responses, the top 4 and bottom 4 are discarded, and the remaining 10 are averaged (yielding trim factor of 4/18 β 22%).<ref>{{Cite web|url=http://www.bbalibor.com/explained/the-basics|title=bbalibor: The Basics|publisher=The British Bankers' Association}}</ref> Consider the data set consisting of: :{92, 19, '''101''', 58, '''1053''', 91, 26, 78, 10, 13, '''β40''', '''101''', 86, 85, 15, 89, 89, 28, '''β5''', 41} {{nb5}} (N = 20, mean = 101.5) The 5th percentile (β6.75) lies between β40 and β5, while the 95th percentile (148.6) lies between 101 and 1053 (values shown in bold). Then, a 5% trimmed mean would result in the following: :{92, 19, 101, 58, 91, 26, 78, 10, 13, 101, 86, 85, 15, 89, 89, 28, β5, 41} {{nb5}} (N = 18, mean = 56.5) This example can be compared with the one using the [[Winsorising#Example|Winsorising]] procedure. ==See also== *[[Trimean]] *[[Interquartile mean]] *[[Winsorized mean]] ==References== {{Reflist}} {{DEFAULTSORT:Truncated Mean}} [[Category:Means]] [[Category:Robust statistics]] [[de:Mittelwert#Winsorisiertes oder gestutztes Mittel]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Citation needed
(
edit
)
Template:Cite journal
(
edit
)
Template:Cite web
(
edit
)
Template:More citations needed
(
edit
)
Template:Nb5
(
edit
)
Template:Reflist
(
edit
)
Template:Short description
(
edit
)
Template:Visible anchor
(
edit
)