OhMyCalc

Quartiles & IQR Calculator

Calculate Q1, Q2 (median), Q3, interquartile range (IQR), and detect outliers for any dataset.

Enter numbers separated by spaces, commas, or semicolons

How to Use the Quartiles & IQR Calculator

  1. Enter your data set or statistical values in the input fields.
  2. Click Calculate to process the data.
  3. Review the computed result with detailed breakdown.
  4. Modify inputs or add more data points for further analysis.

مرجع سريع

منإلى
Mean [2,4,6]4
Median [1,3,5,7]4
Mode [2,2,3,5]2
σ [2,4,4,4,5,5,7,9]2
z-score (x=85, μ=70, σ=10)1.5
P(A)+P(B)−P(A∩B)P(A∪B)

حالات الاستخدام

الأسئلة الشائعة

What are quartiles?
Quartiles divide a sorted dataset into four equal parts. Q1 (25th percentile), Q2 (50th percentile / median), and Q3 (75th percentile).
What is IQR?
The Interquartile Range (IQR) = Q3 − Q1. It measures the spread of the middle 50% of data and is resistant to outliers.
How are outliers detected?
Using the Tukey fence method: values below Q1 − 1.5×IQR or above Q3 + 1.5×IQR are considered outliers.
How many values do I need?
At least 4 values are required to calculate meaningful quartiles.