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:

  1. Percentiles
  2. Quartiles
  3. Interquartile Range (IQR)

Percentiles

The kk-th percentile (PkP_k) is the value below which k%k\% 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)

Position=(k100)(n+1)\text{Position} = \left(\frac{k}{100}\right)(n + 1)

If Position is a fraction:

Result=lowerPosition+fractionValue×(upperPositionlowerPosition)\text{Result} = \text{lowerPosition} + \text{fractionValue} \times (\text{upperPosition} - \text{lowerPosition})

Like:

Position=2.25\text{Position} = 2.25
lowerPosition=2\text{lowerPosition} = 2
upperPosition=3\text{upperPosition} = 3
fractionValue=0.25\text{fractionValue} = 0.25

Where:

  • kk = percentile number
  • nn = total observations

Example

Data: 5, 7, 10, 12, 15, 18, 20, 25

Find P25P_{25}

StepCalculationResult
nnTotal values8
Position(25/100)×(8+1)(25/100) \times (8+1)2.25
ValueBetween 2nd & 3rd≈ 7.75

Quartiles

Quartiles divide data into 4 equal parts.

QuartileMeaning
Q1Q_125% data below
Q2Q_250% (Median)
Q3Q_375% data below

Formula (Ungrouped)

Qk=k(n+1)4Q_k = \frac{k(n + 1)}{4}

Where k=1,2,3k = 1, 2, 3


Example

Data: 5, 7, 10, 12, 15, 18, 20, 25

QuartilePositionValue
Q1Q_1(1×9)/4=2.25(1 \times 9)/4 = 2.25≈ 7.75
Q2Q_2(2×9)/4=4.5(2 \times 9)/4 = 4.5≈ 13.5
Q3Q_3(3×9)/4=6.75(3 \times 9)/4 = 6.75≈ 19.5

🗣 Hinglish Tip: Q1Q_1 = lower data, Q2Q_2 = beech ka data, Q3Q_3 = upper data


Interquartile Range (IQR)

IQR measures the spread of middle 50% data.

IQR=Q3Q1IQR = Q_3 - Q_1
  • Use for outlier detection
    • Lower bound = Q11.5IQRQ_1 - 1.5IQR
    • Upper bound = Q3+1.5IQRQ_3 + 1.5IQR
    • Outlier = Value > Upper bound or Value < Lower bound

Example

From above:

  • Q3=19.5Q_3 = 19.5
  • Q1=7.75Q_1 = 7.75
IQR=19.57.75=11.75IQR = 19.5 - 7.75 = 11.75

🗣 Hinglish Tip: Interquartile Range = middle 50% data ka failaav


Liked This Tutorial

Scan QR Code To Leave A Review Or

Click Here To Leave A Review
Scan QR