Calculating mean from 5 number summary

AI Thread Summary
Calculating the mean from a 5-number summary (min, Q1, median, Q3, max) is not possible with exact precision, but rough estimates can be made. An approximation formula is suggested: (min + max + 2(Q1 + median + Q3))/8. In a specific data set, the mean was found to be significantly different from the estimate, indicating the limitations of this method. The discussion highlights that if the distribution is symmetrical, the mean and median may be close in value. Overall, while estimating the mean from a 5-number summary can provide insights, it is inherently imprecise.
Banaticus
Messages
32
Reaction score
0
It seems like it should be possible to calculate the mean (usual average) from a 5-number summary of a set of numbers (min, first quartile or Q1, median, third quartile or Q3, and max). You should be able to calculate roughly what a percentile is, then by taking each discrete percentile and then taking the average of those hundred numbers... or better yet by using calculus and taking every percentile point, and the average of every point, you should be able to come really close to the mean, if not compute it directly. I, however, don't know math well enough to do that, nor do I remember any calculus.

In one data set that I'm looking at, the min, Q1, median, Q3, and max are: 0, 3900, 18882, 50145.5, 1250000
And the mean is: 46172.04545 or just under Q3.
How can the mean be calculated from those 5 numbers?
 
Mathematics news on Phys.org
You can't exactly. A rough estimate (analogous to trapezoid rule for integral approximation) is:
(min + max + 2(Q1+median+Q3))/8.
 
Banaticus said:
It seems like it should be possible to calculate the mean (usual average) from a 5-number summary of a set of numbers ...
Did you mean estimate? Surely you can see (as mathman pointed out) that you can't get an exact calculation based on just summary numbers.
 
mathman said:
You can't exactly. A rough estimate (analogous to trapezoid rule for integral approximation) is:
(min + max + 2(Q1+median+Q3))/8.
Hmm, ok, thanks. I have one data set where the 5-number summary is: 0, 29496, 68552, 124280, 780575. The mean is 80041.24331 and that approximation comes up with 153153.875, so I guess it's a really rough estimate.
phinds said:
Did you mean estimate?
Sure, why not. If I clearly don't know what I'm talking about, feel free to attempt to fill in the gaps. :)
 
Banaticus said:
It seems like it should be possible to calculate the mean (usual average) from a 5-number summary of a set of numbers (min, first quartile or Q1, median, third quartile or Q3, and max). You should be able to calculate roughly what a percentile is, then by taking each discrete percentile and then taking the average of those hundred numbers... or better yet by using calculus and taking every percentile point, and the average of every point, you should be able to come really close to the mean, if not compute it directly. I, however, don't know math well enough to do that, nor do I remember any calculus.

In one data set that I'm looking at, the min, Q1, median, Q3, and max are: 0, 3900, 18882, 50145.5, 1250000
And the mean is: 46172.04545 or just under Q3.
How can the mean be calculated from those 5 numbers?
You cannot. But if you the distribution is fairly symmetrical (like the familiar bell-curve), the mean and the median are approximately equal.
 
Banaticus said:
Hmm, ok, thanks. I have one data set where the 5-number summary is: 0, 29496, 68552, 124280, 780575. The mean is 80041.24331 and that approximation comes up with 153153.875, so I guess it's a really rough estimate.

Sure, why not. If I clearly don't know what I'm talking about, feel free to attempt to fill in the gaps. :)
The last number (780575) swamps the other four.
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top