Celeb Glow
general | April 18, 2026

Estimating the standard deviation by simply looking at a histogram

$\begingroup$

I would like to make a quick, rough estimate of what a standard deviation is.

Suppose i have the following histogramenter image description here

By simply looking at it, I can say that the mean is around 10 or 9.8 (middle value) which, when calculating from my dataset, is actually the 9.98.

I understand that the standard deviation is a measure that is used to quantify the amount of variation or dispersion of a set of data values.

How can I estimate the standard deviation by simply looking at the histogram?

$\endgroup$

2 Answers

$\begingroup$

It obviously depends on the distribution, but if we assume that the distribution at hand is fairly normal, the full width at half maximum (FWHM) is easy to eye-ball, and as is stated in the given link, it relates to the standard deviation $\sigma$ as $$FWHM \approx 2.36\sigma$$ for a normal distribution.

Edit: Let's try to apply this for your distribution. I'd say that the full maximum of your distribution is around 0.08, so the half maximum is 0.04. Now all the need to figure out is the width at that height, which I'd say is approximately 10. Using the formula above, we find that $$\sigma\approx \frac{10}{2.36}\approx4.24.$$

$\endgroup$ 6 $\begingroup$

Assume normal distribution where 99.7% (~100%) of values fall within 3 standard deviations from the mean. This implies your $x_{min}$ and $x_{max}$ values define the full span of the domain and are each roughly 3 standard deviations from the mean, leading to:

$$ \sigma = \frac{x_{max} - x_{min}}{6} $$

In above case, $\sigma \approx \frac{20 - (-5)}{6} \approx 4.17$

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy