Descriptive Statistics & Parameter Variability

Dispersion Calculator

Compute all fundamental measures of statistical dispersion: Range, Interquartile Range (IQR), Variance, Standard Deviation, Mean Absolute Deviation (MAD), and Coefficient of Variation (%CV).

Central Tendency Reference
Sample Size & Mean: n = 14 observations
Location Baseline: Mean: 32.64 | Median: 31.00
Sample Standard Deviation (s)
14.789
s² = 218.709 (Sample Variance)
Range 53.00 Max − Min
Interquartile (IQR) 20.25 Q3 − Q1
Mean Absolute Dev 11.918 MAD = ∑|x−μ|/n
Coefficient of Var 45.31% %CV = (s/mean)×100
Population Parameters (Divisor N)
Population SD (σ): 14.250
Population Variance (σ²): 203.087
Quartile Dispersion (QCD): 0.312
Statistical Variability & Spread

Critical Problems This Dispersion Calculator Solves

Reporting only central tendency (mean or median) conceals the true spread and risk of a system. Two investments or medical treatments can have identical average outcomes while possessing drastically different volatility. Our dispersion calculator provides complete statistical truth:

Diagnosing Outlier Sensitivity with IQR

A single massive outlier inflates sample range and standard deviation dramatically. By computing the Interquartile Range (\(Q_3 - Q_1\)) alongside standard deviation, this tool reveals whether variability is widespread or caused by a solitary freak observation.

Comparing Variables Across Dissimilar Scales (%CV)

You cannot directly compare the standard deviation of elephant weights (kg) to mouse weights (g). The Coefficient of Variation standardizes dispersion as a percentage of the mean (\(s / \bar{x}\)), allowing seamless cross-species or cross-asset comparisons.

Separating Sample Statistics from Population Parameters

Students frequently divide by the wrong denominator. Our engine reports both sample variance (\(s^2\) with Bessel's \(n - 1\) divisor) and true population variance (\(\sigma^2\) with \(N\) divisor) side-by-side to eliminate homework confusion.

Evaluating Manufacturing Consistency

In industrial Six Sigma pipelines, keeping the Mean on target is useless if parts have wide dispersion. Quantifying MAD and IQR validates whether machining processes meet tight engineering tolerances.

Features Available in the Dispersion Calculator

6-in-1 Spread Engine

Simultaneously evaluates Range, IQR, Variance, Standard Deviation, MAD, and Coefficient of Variation.

Dual Variance Models

Computes both Bessel's unbiased sample statistics (\(n - 1\)) and exhaustive population parameters (\(N\)).

Relative Spread Ratios

Includes both the Coefficient of Variation (%CV) and Quartile Coefficient of Dispersion (QCD).

Central Baseline Display

Displays sample Mean and Median side-by-side to assist in detecting skewness and asymmetries.

How to Use the Dispersion Calculator

1

Paste Observations

Enter your raw numbers separated by commas, spaces, tabs, or newlines.

2

Check Sample Size

Verify sample count \(n\) and review arithmetic mean and median.

3

Inspect Extreme Range

Review the boundary difference between the maximum and minimum values.

4

Examine IQR Spread

Check \(Q_1\), \(Q_3\), and \(\text{IQR} = Q_3 - Q_1\) for outlier-resistant spread.

5

Compare Variance & SD

Examine sample standard deviation \(s\) and population standard deviation \(\sigma\).

6

Export Audit Summary

Copy the comprehensive statistical report directly to your clipboard.

Mathematical & Dispersion Formulations

Simple Range & Interquartile Range (IQR):

$$\text{Range} = \text{Max} - \text{Min} \quad,\quad \text{IQR} = Q_3 - Q_1$$

Sample Variance (\(s^2\)) & Sample Standard Deviation (\(s\)):

$$s^2 = \frac{\sum (x_i - \bar{x})^2}{n - 1} \quad,\quad s = \sqrt{s^2}$$

Mean Absolute Deviation (MAD) & Coefficient of Variation (CV):

$$\text{MAD} = \frac{\sum |x_i - \bar{x}|}{n} \quad,\quad \text{CV} = \frac{s}{|\bar{x}|} \times 100\%$$

Worked Case Study: Commute Times Variability (\(n = 5\))

Scenario: An employee records daily one-way commute times in minutes across one work week: 20, 25, 25, 30, 50.

  • Mean: \(\bar{x} = \frac{20 + 25 + 25 + 30 + 50}{5} = \frac{150}{5} = \mathbf{30.0\,\text{min}}\).
  • Range: \(\text{Max} - \text{Min} = 50 - 20 = \mathbf{30.0\,\text{min}}\).
  • Quartiles & IQR: \(Q_1 = 22.5\), \(Q_3 = 35.0\), \(\text{IQR} = 35.0 - 22.5 = \mathbf{12.5\,\text{min}}\). Notice how IQR isolates the core spread while filtering out the 50-minute traffic jam outlier.
  • Sum of Squared Deviations: \((20-30)^2 + (25-30)^2 + (25-30)^2 + (30-30)^2 + (50-30)^2 = 100 + 25 + 25 + 0 + 400 = \mathbf{550.0}\).
  • Sample Standard Deviation: \(s = \sqrt{\frac{550}{5 - 1}} = \sqrt{137.5} \approx \mathbf{11.726\,\text{min}}\).
  • Coefficient of Variation (%CV): \(\%CV = \left(\frac{11.726}{30.0}\right) \times 100 = \mathbf{39.09\%}\). Commute times exhibit high relative volatility.

Measures of Spread Best Practices

Pair Central Tendency with Matching Spread

Always report Mean with Standard Deviation (parametric pair), and Median with Interquartile Range (non-parametric pair). Mismatching them creates confusing interpretations.

Beware of the Zero Variance State

If all numbers in a sample are identical, variance, standard deviation, and range are exactly zero. If variance is zero, your measuring tool may lack the sensitivity to detect real physical variations.

Do Not Use %CV on Interval Scales

The Coefficient of Variation requires a true mathematical zero. Calculating %CV on temperatures in Celsius or calendar years produces mathematically invalid results.

Understand the Effect of Adding Constants

Adding or subtracting a constant value from every data point shifts the mean and median, but leaves Range, IQR, Variance, and Standard Deviation 100% unchanged.

Comparison of Dispersion Measures Matrix

Measure of Dispersion Measurement Units Outlier Resistance Best Paired Central Metric
Standard Deviation (s) Original Data Units Low (Sensitive) Arithmetic Mean
Variance (s²) Squared Data Units Very Low (Squared Error) ANOVA / Regression
Interquartile Range (IQR) Original Data Units High (Outlier Proof) Sample Median
Range (Max − Min) Original Data Units Zero Resistance Mid-range
Mean Absolute Deviation Original Data Units Moderate Mean / Median
Coefficient of Variation Dimensionless Percentage (%) Low (Uses SD) Relative Comparison

Statistical Dispersion Glossary

Dispersion

The degree to which numerical data points scatter, cluster, or spread out around their central tendency in a frequency distribution.

Degrees of Freedom

The number of independent values that are free to vary in a calculation after estimating parameters, represented by \(n - 1\) in sample variance.

Quartile Deviation

Half the difference between the third and first quartiles: \(\text{QD} = (Q_3 - Q_1) / 2\), also known as the semi-interquartile range.

Bessel's Correction

The mathematical division by \(n - 1\) rather than \(n\) when calculating sample variance, eliminating negative bias in estimating population spread.

Frequently Asked Questions

What is statistical dispersion?
Statistical dispersion (also called spread or variability) is the extent to which a distribution of numbers is stretched or squeezed around its central value (mean or median). Common measures include range, variance, standard deviation, and interquartile range.
What is the difference between absolute and relative dispersion?
Absolute measures of dispersion (such as Standard Deviation, Range, and IQR) are expressed in the same physical units as the original data. Relative measures of dispersion (such as Coefficient of Variation and Quartile Coefficient of Dispersion) are dimensionless ratios or percentages used to compare datasets with different scales.
Why is the Range often an unreliable measure of dispersion?
The simple range (Max - Min) depends solely on the two most extreme values in the dataset. A single data entry error, corrupt measurement, or genuine outlier drastically inflates the range, revealing nothing about the clustering of the remaining 98% of values.
What is the Interquartile Range (IQR)?
The Interquartile Range is the difference between the third quartile (75th percentile) and the first quartile (25th percentile): IQR = Q3 - Q1. It measures the spread of the middle 50% of observations and is completely immune to extreme outliers.
What is Mean Absolute Deviation (MAD)?
Mean Absolute Deviation is the average of absolute differences between each data point and the mean: MAD = (sum |x_i - mean|) / n. Unlike variance, it does not square differences, making it less sensitive to extreme outliers.
Why do statisticians prefer Standard Deviation over MAD?
Standard deviation has superior mathematical and algebraic properties: squared deviations are continuously differentiable, conform to the Central Limit Theorem, and partition cleanly in Analysis of Variance (ANOVA) and linear regression.
When should you report IQR instead of Standard Deviation?
Report IQR alongside the Median whenever your data is skewed or contains outliers (such as household income, real estate prices, or hospital recovery times). Report Standard Deviation alongside the Mean for symmetrical, normally distributed data.
What is the Coefficient of Variation (CV)?
The Coefficient of Variation is the ratio of the standard deviation to the mean: CV = (s / |mean|) * 100%. It expresses variation relative to the magnitude of the mean, allowing fair comparison between different variables.
What is the Quartile Coefficient of Dispersion?
The Quartile Coefficient of Dispersion is a relative measure based on quartiles: QCD = (Q3 - Q1) / (Q3 + Q1). It provides a dimensionless, outlier-resistant relative spread metric for skewed datasets.
What does a dispersion of zero mean?
A dispersion of zero (Range = 0, Variance = 0, SD = 0) occurs if and only if every single observation in the dataset has the exact same identical value. There is zero variability.
How does sample size impact measures of dispersion?
Sample range systematically increases as sample size grows because larger samples have a higher chance of capturing extreme values. However, Standard Deviation and IQR converge to stable population values as sample size expands.
How does adding a constant to all numbers change dispersion?
Adding or subtracting a constant c to every data point shifts the mean and median by c, but leaves all absolute dispersion measures (Range, IQR, Variance, Standard Deviation, MAD) completely unchanged. However, relative dispersion (CV) changes because the mean changes.