Measure of Position (Statistics)
Last Updated: Jan 2026
Measure of Position tells us where a data value lies relative to the rest of the data.
- Helps in ranking, comparison, and distribution analysis
🗣 Hinglish Tip: Measure of position = data me tum kis jagah khade ho (top, middle, bottom)
There are three main measures of position:
- Percentiles
- Quartiles
- Interquartile Range (IQR)
Percentiles
The -th percentile () is the value below which of observations lie.
- It divides data into 100 equal parts. Each part represents a percentile position in the data.
- 50th percentile = Median
- 90th percentile = Top 10% cutoff
Formula (Ungrouped Data)
If Position is a fraction:
Like:
Where:
- = percentile number
- = total observations
Example
Data: 5, 7, 10, 12, 15, 18, 20, 25
Find
Quartiles
Quartiles divide data into 4 equal parts.
Formula (Ungrouped)
Where
Example
Data: 5, 7, 10, 12, 15, 18, 20, 25
🗣 Hinglish Tip: = lower data, = beech ka data, = upper data
Interquartile Range (IQR)
IQR measures the spread of middle 50% data.
- Use for outlier detection
- Lower bound =
- Upper bound =
- Outlier = Value > Upper bound or Value < Lower bound
Example
From above:
🗣 Hinglish Tip: Interquartile Range = middle 50% data ka failaav
