ArticleslgStudy

mathematics

Interquartile mean

Interquartile mean is a mathematics topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Interquartile mean rather than just read about it. In short: The interquartile mean (IQM), also called midmean, is a statistical measure of central tendency based on the truncated mean of the interquartile range. The IQM is very similar to the scoring method used in sports that are evaluated by a panel of judges: "discard the lowest and the highest scores; calculate the mean value of the remaining scores".

Key takeaways

  • Interquartile mean belongs to mathematics; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Interquartile mean to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Interquartile mean from memory before moving on to harder problems.

Reference excerpt

The interquartile mean (IQM), also called midmean, is a statistical measure of central tendency based on the truncated mean of the interquartile range. The IQM is very similar to the scoring method used in sports that are evaluated by a panel of judges: "discard the lowest and the highest scores; calculate the mean value of the remaining scores".

Calculation In calculation of the IQM, only the data between the first and third quartiles is used, and the lowest 25% and the highest 25% of the data are discarded.

x I Q M = 2 n ∑ i = n 4 + 1 3 n 4 x i {\displaystyle x_{\mathrm {IQM} }={2 \over n}\sum _{i={\frac {n}{4}}+1}^{\frac {3n}{4}}{x_{i}}}

assuming the values have been ordered.

Examples

Dataset size divisible by four The method is best explained with an example. Consider the following dataset:

5, 8, 4, 38, 8, 6, 9, 7, 7, 3, 1, 6 First sort the list from lowest-to-highest:

1, 3, 4, 5, 6, 6, 7, 7, 8, 8, 9, 38 There are 12 observations (datapoints) in the dataset, thus we have 4 quartiles of 3 numbers. Discard the lowest and the highest 3 values:

1, 3, 4, 5, 6, 6, 7, 7, 8, 8, 9, 38 We now have 6 of the 12 observations remaining; next, we calculate the arithmetic mean of these numbers:

xIQM = (5 + 6 + 6 + 7 + 7 + 8) / 6 = 6.5 This is the interquartile mean. For comparison, the arithmetic mean of the original dataset is

(5 + 8 + 4 + 38 + 8 + 6 + 9 + 7 + 7 + 3 + 1 + 6) / 12 = 8.5 due to the strong influence of the outlier, 38.

Dataset size not divisible by four The above example consisted of 12 observations in the dataset, which made the determination of the quartiles very easy. Of course, not all datasets have a number of observations that is divisible by 4. We can adjust the method of calculating the IQM to accommodate this. So ideally we want to have the IQM equal to the mean for symmetric distributions, e.g.:

1, 2, 3, 4, 5 has a mean value xmean = 3, and since it is a symmetric distribution, xIQM = 3 would be desired. We can solve this by using a weighted average of the quartiles and the interquartile dataset: Consider the following dataset of 9 observations:

1, 3, 5, 7, 9, 11, 13, 15, 17 There are 9/4 = 2.25 observations in each quartile, and 4.5 observations in the interquartile range. Truncate the fractional quartile size, and remove this number from the 1st and 4th quartiles (2.25 observations in each quartile, thus the lowest 2 and the highest 2 are removed).

1, 3, (5), 7, 9, 11, (13), 15, 17 Thus, there are 3 full observations in the interquartile range with a weight of 1 for each full observation, and 2 fractional observations with each observation having a weight of 0.75 (1-0.25 = 0.75). Thus we have a total of 4.5 observations in the interquartile range, (3×1 + 2×0.75 = 4.5 observations). The IQM is now calculated as follows:

xIQM = {(7 + 9 + 11) + 0.75 × (5 + 13)} / 4.5 = 9 In the above example, the mean has a value xmean = 9. The same as the IQM, as was expected. The method of calculating the IQM for any number of observations is analogous; the fractional contributions to the IQM can be either 0, 0.25, 0.50, or 0.75.

Comparison with mean and median The interquartile mean shares some properties of both the mean and the median:

Like the median, the IQM is insensitive to outliers; in the example given, the highest value (38) was an obvious outlier of the dataset, but its value is not used in the calculation of the IQM. On the other hand, the common average (the arithmetic mean) is sensitive to these outliers: xmean = 8.5. Like the mean, the IQM is a distinct parameter, based on a large number of observations from the dataset. The median is always equal to one of the observations in the dataset (assuming an odd number of observations). The mean can be equal to any value between the lowest and highest observation, depending on the value of all the other observations. The IQM can be equal to any value between the first and third quartiles, depending on all the observations in the interquartile range.

See also

Related statistics Interquartile range Mid-hinge Trimean

Applications London Interbank Offered Rate estimated a reference interest rate as the interquartile mean of the rates offered by several banks. (SOFR, Libor's primary US replacement, uses a volume-weighted average price which is not robust.) Everything2 uses the interquartile mean of the reputations of a user's writeups to determine the quality of the user's contribution.[1]

References

Worked examples

Example 1 — a first encounter with Interquartile mean

Start with the simplest possible case. Write down what Interquartile mean claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In mathematics, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Interquartile mean before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Interquartile mean ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Interquartile mean

In research
Interquartile mean appears in mathematics research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Interquartile mean in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Interquartile mean is common in secondary-school and first-year university syllabi. It links to neighbouring topics Means, Robust statistics, so understanding it makes those chapters shorter.
In everyday life
Look for Interquartile mean outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Interquartile mean in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Interquartile mean means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Interquartile mean out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Interquartile mean in simple terms?

The interquartile mean (IQM), also called midmean, is a statistical measure of central tendency based on the truncated mean of the interquartile range. The IQM is very similar to the scoring method used in sports that are evaluated by a panel of judges: "discard the lowest and the highest scores; c…

Why does Interquartile mean matter?

Because it connects several mathematics ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Interquartile mean?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Interquartile mean.

Tags

  • Means
  • Robust statistics

Keep exploring