Standard Deviation Calculator
Calculate the standard deviation of a data set. Supports both population and sample standard deviation.
Calculate the range of a data set — the difference between the maximum and minimum values.
The Range Calculator computes the range of any data set — the difference between the maximum and minimum values. The range is the simplest measure of spread or variability in statistics.
While easy to compute, the range gives a quick sense of how spread out data is. A large range means values are widely dispersed; a small range indicates they are clustered together.
This calculator also reports the minimum, maximum, count, and midrange (average of min and max), providing a quick overview of your data's extent.
The range provides an instant measure of data spread without complex calculations. This calculator computes it alongside related metrics for a quick data overview.
Range = Maximum − Minimum
Midrange = (Maximum + Minimum) / 2Result: 24
Maximum = 27, Minimum = 3. Range = 27 − 3 = 24. Midrange = (27 + 3) / 2 = 15.
The range is faster to compute but less informative than standard deviation. Standard deviation considers every data point, while the range depends only on two extreme values.
In weather, the daily temperature range is max minus min temperature. In finance, the trading range is the difference between a stock's high and low price for the day.
As sample size grows, the range tends to increase because extreme values become more likely. This makes comparing ranges across different sample sizes unreliable.
Consistent practice with varied problems builds computational fluency and deepens conceptual understanding that transfers across many technical fields.
Last updated:
The range is the simplest measure of spread, calculated as the difference between the maximum and minimum values in a data set. Keeping detailed records of these calculations will streamline future planning and make it easier to track changes over time.
The range only considers two values (max and min) and ignores everything in between. A single outlier can dramatically inflate the range.
The IQR is Q3 − Q1 (the range of the middle 50% of data). It is more resistant to outliers than the full range.
The midrange is the average of the maximum and minimum values: (max + min) / 2. It gives a rough central value but is sensitive to outliers.
Yes, if all values are identical, the range is zero. This means there is no variability in the data.
Range charts (R-charts) monitor process variability. The range of each sample is plotted over time to detect changes in consistency.
Calculate the standard deviation of a data set. Supports both population and sample standard deviation.
Calculate the variance of a data set. Supports both population and sample variance and shows the spread around the mean.