The scoring method used in many
sports 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. The
Libor benchmark interest rate is
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%). 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} (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} (N = 18, mean = 56.5) This example can be compared with the one using the
Winsorising procedure. ==See also==