B Understanding Quartiles: Different Methods for Calculating and Their Purpose

  • B
  • Thread starter Thread starter songoku
  • Start date Start date
AI Thread Summary
Calculating quartiles can yield different results depending on the method used, as demonstrated by contrasting manual calculations and a teacher's guidance. The manual method involves finding the median and then determining the middle of the upper data, while the teacher's method uses a formula based on the total number of data points. Both approaches are valid, leading to different quartile values. This raises questions about the significance of quartiles if various methods produce different results. Ultimately, understanding quartiles is important for data analysis, as they provide insights into data distribution, regardless of the calculation method.
songoku
Messages
2,476
Reaction score
391
TL;DR Summary
Let say I have 21 data, from 1 to 21

What is the upper quartile?
If I do it manually, this is what I do:

1) find the median (which is 11)

2) find the middle data of the "upper data" (data to the right of median), which will be the middle between 16th and 17th data:
$$\frac{16+17}{2}=16.5$$But I got this note from my teacher:
1622037030666.png


Using that method:
1) find ##\frac 3 4## of n, which is 15.75

2) round up ##\frac{3}{4}n## , which is 16

3) pick 16th data, which is 16I get two different results. Which one is correct?

Thanks
 
Physics news on Phys.org
This Wikipedia page describes four different ways to calculate quartiles.
 
Mark44 said:
This Wikipedia page describes four different ways to calculate quartiles.
So all methods are correct eventhough the results are different? If yes, it means that the value of the quartiles are not really important, so what is the purpose of finding quartiles?

Thanks
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top