Skip to main content

Cum se calculează IQR

Ce este IQR?

The interquartile range (IQR = Q3 − Q1) covers the middle 50% of data. It is robust to outliers and used to identify them: values outside Q1−1.5×IQR or Q3+1.5×IQR are flagged as outliers.

Ghid pas cu pas

  1. 1Sort data ascending
  2. 2Q1 = median of lower half · Q3 = median of upper half
  3. 3IQR = Q3 − Q1
  4. 4Outlier fences: [Q1−1.5×IQR, Q3+1.5×IQR]

Exemple rezolvate

Intrare
Data: 4,7,13,16,21,24,25,28 · Q1=10 · Q3=24.5
Rezultat
IQR = 14.5 · Fences: [−11.75, 46.25] → no outliers
Tukey fences method

Ești gata să calculezi? Încercați calculatorul gratuit IQR

Încercați singur →

Setări