Every time a researcher reports an “average” score – whether it’s the mean anxiety level of therapy participants, the typical reaction time in a cognition experiment, or the average IQ across a school – they are using the arithmetic mean. It is the single most widely used measure of central tendency in psychology and statistics, and for good reason: it condenses an entire dataset into one representative number. But calculating the mean isn’t always as simple as adding numbers and dividing. Depending on how your data is organized – raw individual scores or grouped into intervals – the method you use changes. This post walks you through each approach, step by step.
Table of Contents
- What is the arithmetic mean?
- Mean from ungrouped data
- Steps for ungrouped data
- Worked example
- Mean from grouped data: the long method
- Steps for grouped data (long method)
- Worked example
- Mean from grouped data: the short method
- Steps for grouped data (short method)
- Worked example
- Long method vs. short method: when to use which
- Why the mean matters – and when to be cautious
- A note on notation
What is the arithmetic mean?
According to research published in medical and statistical literature, the arithmetic mean is computed by adding all values in a dataset and dividing by the number of observations. It is the most commonly used form of average – so much so that when someone simply says “mean,” they almost always refer to the arithmetic mean. Introductory statistics in psychology describe the mean as the balancing point of a distribution – the point where the total distance to all scores above it equals the total distance to all scores below it. This property makes it mathematically precise and ideal for datasets that don’t contain extreme outliers.
In psychological research, the mean is used extensively for group comparisons – comparing treatment versus control groups, tracking a group’s progress from intake to discharge, or measuring how students develop over different grade levels. It also forms the foundation for more advanced statistics like standard deviation, t-tests, and ANOVA.
The general formula for the arithmetic mean is:
M = ฮฃX / N
Where ฮฃX is the sum of all values and N is the total number of observations.
Mean from ungrouped data
Ungrouped data refers to raw, individual data points – a list of numbers that haven’t been categorized or placed into intervals. In educational psychology contexts, the formula for ungrouped data is expressed as M = ฮฃX/N, where each score is summed directly and divided by the count of scores.
Steps for ungrouped data
The process is straightforward:
- List all individual data values (Xโ, Xโ, Xโ โฆ Xโ).
- Sum all values: ฮฃX.
- Count the total number of values: N.
- Divide the sum by N: M = ฮฃX / N.
Worked example
Suppose a psychologist records the number of hours per week five participants spend on mindfulness practice: 4, 6, 5, 8, 7.
- ฮฃX = 4 + 6 + 5 + 8 + 7 = 30
- N = 5
- M = 30 / 5 = 6 hours
The mean mindfulness time is 6 hours per week. Every data point is included in the calculation, which is both a strength and a limitation – one extreme value can shift the mean noticeably.
Mean from grouped data: the long method
When a dataset is large, listing every individual score becomes impractical. In such cases, data is organized into a frequency distribution table – grouping scores into class intervals and recording how many observations fall within each interval. With grouped data, individual values are no longer available, so the mean is estimated by working with the midpoint of each class interval.
The long method (also called the direct method) uses these midpoints multiplied by their corresponding frequencies to estimate the sum of all values. The formula is:
M = ฮฃ(f ร x) / N
Where f is the frequency of each class interval, x is the midpoint (class mark) of each interval, and N is the total number of frequencies (ฮฃf).
Steps for grouped data (long method)
- Find the midpoint (x) of each class interval: x = (lower limit + upper limit) / 2.
- Multiply each midpoint by its frequency: f ร x.
- Sum all f ร x values: ฮฃ(f ร x).
- Sum all frequencies: N = ฮฃf.
- Apply the formula: M = ฮฃ(f ร x) / N.
Worked example
A researcher collects stress scores from 40 participants and groups them as follows:
| Class Interval | Frequency (f) | Midpoint (x) | f ร x |
|---|---|---|---|
| 10 – 19 | 5 | 14.5 | 72.5 |
| 20 – 29 | 10 | 24.5 | 245.0 |
| 30 – 39 | 15 | 34.5 | 517.5 |
| 40 – 49 | 8 | 44.5 | 356.0 |
| 50 – 59 | 2 | 54.5 | 109.0 |
| Total | 40 | 1300.0 |
M = 1300.0 / 40 = 32.5
The estimated mean stress score is 32.5. Note that this is an estimate – because we don’t know each individual score, we assume all values within each interval are centered at the midpoint.
Mean from grouped data: the short method
The long method works well, but when class midpoints are large numbers, multiplying them by frequencies produces unwieldy figures that are prone to arithmetic errors. The short method (also called the assumed mean method or shortcut method) solves this by working with smaller deviation values rather than raw midpoints.
The short-cut approach is used whenever data values are large and direct calculation becomes time-consuming. Instead of multiplying each midpoint by its frequency, you select one midpoint as an assumed mean (A), calculate how much each other midpoint deviates from it, then adjust the assumed mean using those deviations. The assumed mean method works by choosing a value close to the actual mean, and then calculating deviations from this assumed value to find the true mean.
The formula is:
M = A + (ฮฃfd / N)
Where A is the assumed mean, d is the deviation of each midpoint from A (d = x โ A), f is the frequency, and N is the total frequency.
Steps for grouped data (short method)
- Find the midpoint (x) for each class interval.
- Select one midpoint as the assumed mean (A) – ideally near the center of the distribution.
- Calculate deviations: d = x โ A for each class.
- Multiply each deviation by its frequency: f ร d.
- Sum all f ร d values: ฮฃfd.
- Apply the formula: M = A + (ฮฃfd / N).
Worked example
Using the same stress score dataset from above, we apply the short method. Let’s take A = 34.5 (midpoint of the middle interval) as the assumed mean:
| Class Interval | Frequency (f) | Midpoint (x) | d = x โ A | f ร d |
|---|---|---|---|---|
| 10 – 19 | 5 | 14.5 | โ20 | โ100 |
| 20 – 29 | 10 | 24.5 | โ10 | โ100 |
| 30 – 39 | 15 | 34.5 | 0 | 0 |
| 40 – 49 | 8 | 44.5 | +10 | +80 |
| 50 – 59 | 2 | 54.5 | +20 | +40 |
| Total | 40 | โ80 |
M = 34.5 + (โ80 / 40) = 34.5 โ 2 = 32.5
The result matches the long method exactly – 32.5. The short method simply gets there with smaller numbers and less risk of computational error.
Long method vs. short method: when to use which
Both methods always produce the same result, so the choice is purely about efficiency. The long method is straightforward and conceptually transparent – it makes explicit what the mean actually represents. It’s ideal when midpoints are small and calculations are simple.
The short method is the better choice when midpoints are large or the dataset contains many class intervals. The assumed mean approach is most useful when the dataset has many values or the numbers are large, making direct calculation slow and error-prone. By reducing computations to small deviation values, the method results in smaller numerical values that make calculations easier with no long computations.
In practice, the assumed mean you pick does not need to be perfectly central – while any value can technically serve as the assumed mean, choosing one close to the actual mean minimizes computation and reduces potential errors.
Why the mean matters – and when to be cautious
The arithmetic mean is the most commonly used measure of central tendency in psychology, computed by summing all scores and dividing by the number of participants. It underpins many inferential statistics and is often the first value reported in research papers. However, it comes with an important caveat.
The mean is sensitive to extreme values (outliers): an unusually high or low score can shift the mean considerably, making it less representative of the typical participant. For example, if most participants in a well-being study score between 40 and 60, but one outlier scores 200, the mean will be pulled upward in a way that misrepresents the group. In such cases, the median is often preferred. The mean is most appropriate when scores are distributed symmetrically around a central point, and when further statistics like standard deviation or correlation coefficients are to be computed – since many of these rely directly on the mean as their foundation.
The arithmetic mean is also only meaningful for quantitative data measured on an interval or ratio scale. Applying it to categorical or nominal data produces numbers that carry no interpretable meaning.
A note on notation
You will encounter two notations depending on context. When referring to a sample, the mean is typically written as xฬ (x-bar) or M. When referring to an entire population, it is written as ฮผ (the Greek letter mu). The calculation is identical in both cases – the distinction simply signals whether you’ve measured everyone in the group or just a representative subset. The sample mean is usually indicated by M or xฬ, while population parameters use Greek notation.
What do you think? When would you choose the short method over the long method in a real research scenario – and does the size of the dataset alone determine that choice, or are there other factors worth considering? If a dataset on therapy outcomes includes one extreme outlier, how might that change your interpretation of the mean you’ve calculated?
References
- https://pmc.ncbi.nlm.nih.gov/articles/PMC3127352/
- https://open.maricopa.edu/psy230mm/chapter/chapter-4-measures-of-central-tendency/
- https://stats.libretexts.org/Courses/Adler_University/Graduate-Level_Statistics_in_Psychology/05:_Measures_of_Central_Tendency/5.01:_What_is_Central_Tendency_Why_Do_We_Use_It
- https://www.psychologydiscussion.net/educational-psychology/statistics/measures-of-central-tendency-and-how-it-helps-in-educational-psychology/2741
- https://www.riosalado.edu/web/oer/WRKDEV100-20011_INTER_0000_v1/lessons/Mod05_MeanMedianMode.shtml
- https://www.geeksforgeeks.org/maths/shortcut-method-for-arithmetic-mean/
- https://www.geeksforgeeks.org/maths/assumed-mean-method/
- https://testbook.com/maths/assumed-mean-method
- https://collegedunia.com/exams/assumed-mean-method-mathematics-articleid-7366
- https://www.vedantu.com/maths/assumed-mean-method
- https://pressbooks.bccampus.ca/psychcapilano/chapter/descriptive-statistics/
Leave a Reply