On this page
Interquartile Range (IQR) Explained
Formula
The interquartile range (IQR) is a measure of statistical dispersion representing the range of the middle 50% of data. It is calculated as Q3 minus Q1 and is resistant to outliers, unlike the full range.
IQR is used to construct box plots and to identify outliers. Values below Q1 - 1.5*IQR or above Q3 + 1.5*IQR are commonly flagged as potential outliers.
Common use cases:
- Identifying outliers in datasets
- Box plot construction
- Robust dispersion measurement
Frequently Asked Questions
Maria Gonzalez
Registered Dietitian, RD, MPH
Maria is a Registered Dietitian with a Master's in Public Health. She focuses on evidence-based nutrition assessment tools including BMI, calorie calculations, and body composition analysis.
Was this calculator helpful?
People Also Use
Binomial Distribution
Calculate binomial probabilities, mean, and standard deviation for a given number of trials and success probability.
Chi-Square
Calculate the chi-square statistic, degrees of freedom, and p-value from observed and expected frequencies.
Linear Regression
Calculate the slope, intercept, and R-squared for a simple linear regression from paired data points.
Variance Calculator
Calculate the variance, standard deviation, and mean for a dataset using population or sample formulas.
Percentile Calculator
Calculate the percentile rank of a value in a dataset or find the value at a given percentile.
Margin of Error
Calculate the margin of error for a sample proportion or mean at common confidence levels.
Bayes Theorem
Calculate the posterior probability using Bayes' theorem given prior probability and likelihoods.
Expected Value
Calculate the expected value (weighted average) from a set of outcomes and their probabilities.