Trimean
#1
Trimean

Summary

The trimean, also known as Tukey’s trimean, is a statistical measure used to describe the central value of a dataset by combining the median with the first and third quartiles. It is calculated by giving twice the importance to the median compared with the lower and upper quartiles, using the formula $(TM = (Q_1 + 2Q_2 + Q_3)/4)$. 

Unlike the ordinary mean, the trimean is less affected by extreme values, making it a more reliable measure when data contains outliers or uneven distributions. The idea has roots in the work of Arthur Bowley and was later popularized by statistician John Tukey through his work on exploratory data analysis. The trimean can also be understood as the average of the median and the midhinge, combining information about the center and spread of the data. 

Despite its simplicity, it is considered a highly efficient estimator, especially for large and symmetric datasets. It provides a useful alternative to traditional averages when researchers want a balance between stability and accuracy. 

ARTICLE
┌────────────────────────────────┐
│  KONSTANTINOS MICHAILIDIS    │
└────────────────────────────────┘
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)