Search for a tool
Standard Deviation

Tool to calculate the standard deviation of a list of values. Standard deviation is a statistical value characterizing the dispersion of a sample or distribution.

Results

Standard Deviation -

Tag(s) : Statistics

Share
Share
dCode and more

dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!


Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!


Feedback and suggestions are welcome so that dCode offers the best 'Standard Deviation' tool for free! Thank you!

Standard Deviation

Standard Deviation Calculator

Loading...
(if this message do not disappear, try to refresh this page)

Answers to Questions (FAQ)

What is the standard deviation? (Definition)

The standard deviation measures the dispersion of a value series around its mean. This value, denoted $ \sigma $ (Greek letter sigma lowercase) characterizes how the data $ X $ (random variable) are scattered, their volatility, by measuring the square root of the differences between each value (of the variable) and the mean $ m $ (or expectation). $$ \sigma(X) = \sqrt{ \mathbb{E} \left[(X - m)^{2}\right] } $$

How to calculate the standard deviation from a list of numbers? (Formula)

From a list of numbers $ x_i $ of a random variable $ X $ whose distribution is unknown but with a mean $ m $, the formula is $$ \sigma(X)= \sqrt{ \frac{1}{n} \sum_{i=1}^{n}(x_{i}-m)^2 } $$ however, this estimator has a biais and the following formula is preferred $$ \sigma(X)= \sqrt{ \frac{1}{n-1} \sum_{i=1}^{n}(x_{i}-m)^2 } $$

Example: The (unbiased) standard deviation of the series of 3 numbers 4,5,9 whose average is 6 is $ \sqrt{ \frac{1}{3-1} \left( (4-6)^2 + (5-6)^2 + (9-6)^2 \right) } = \sqrt{ 14/2 = 7 } \approx 2.646 $

What is the relation between standard deviation and variance?

The value of the standard deviation is the square root of the variance. Knowing the value of the variance $ V $, $ \sigma $ can be calculated with the relation: $$ \sigma(X) = \sqrt{ V(X) } $$

Source code

dCode retains ownership of the "Standard Deviation" source code. Any algorithm for the "Standard Deviation" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Standard Deviation" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) or any database download or API access for "Standard Deviation" or any other element are not public (except explicit open source licence like Creative Commons). Same with the download for offline use on PC, mobile, tablet, iPhone or Android app.
Reminder: dCode is an educational and teaching resource, accessible online for free and for everyone.

Cite dCode

The content of the page "Standard Deviation" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source. Exporting the results is free and can be done simply by clicking on the export icons ⤓ (.csv or .txt format) or ⧉ (copy and paste).
To cite dCode.fr on another website, use the link: https://www.dcode.fr/standard-deviation
In a scientific article or book, the recommended bibliographic citation is: Standard Deviation on dCode.fr [online website], retrieved on 2025-04-16, https://www.dcode.fr/standard-deviation

Need Help ?

Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!

Questions / Comments

Feedback and suggestions are welcome so that dCode offers the best 'Standard Deviation' tool for free! Thank you!


https://www.dcode.fr/standard-deviation
© 2025 dCode — The ultimate collection of tools for games, math, and puzzles.
 
Feedback