How do I calculate the mean of a frequency distribution on an HP 48SX calculator?
My wife is in a statistics class, and we're trying to figure out how to do problems with an old HP 48SX calculator that neither of us really know how to use well. Her problem is to calculate the mean of the following frequency distribution of the class and x is the class midpoint:
age ranges: 21-30, 31-40, 41-50, 51-60, 61-70, 71-80
frequency (f): 28, 30, 12, 2, 2, 2
midpoints (x): 25.5, 35.5, 45.5, 55.5, 65.5, 75.5
I don't know jack about stats, and she's just learning, but the answer figured by hand and verified in class is 35.76. How do we do this in the calculator? We figured out how to enter the data, which looks like this:
(sigma)DAT(1)=[25.5 35.5 45.5 55.5, 65.5 75.5]
(sigma)DAT(2)=[28 30 12 2 2 2]
Pressing the MEAN button gives us [26.75 32.75...]. How do we get the answer 35.76 instead of the mean of each pair of values? The instructions given in class were for a TI-84, not an HP. Help!
[Sum of (Midpoint * Frequency)] / [Sum of Frequency]
In this case this gives:
Sum of (Midpoint * Frequency) = 28*25.5 + 30*35.5 + 12*45.5 + 2*55.5 + 2*65.5 + 2*75.5 = 2718
Sum of Frequency = 28 + 30 + 12 + 2 + 2 + 2 = 76
2718 / 76 = 35.76
I would recommend that she learn the formula instead of the function buttons on the calc, it's better for actual learning of statistical math plus she won;t be impaired when she switches calculators.
posted by Vindaloo at 9:04 PM on September 27, 2006