Themes > Science > Chemistry > Miscellenous > Help file Index > Error Analysis > Standard Deviation


The most common measure of the error in an experimental quantity is the standard deviation of a set of data. The deviation of a given data point is just the difference between it and the average of the set of data, Xi - Xave.

The proper standard deviation for a set of data is s,

sigma def

however this only holds when we have a lot of points. Since we typically don't have enough data to compute a proper standard deviation, we use the estimate of the standard deviation, S

S def

Note that the only difference is the N vs. N-1 in the denominator. If N is large, S and s become almost identical.

Statistically, for a large set of measurements about 68% will lie within one standard deviation of the average value, 95% will lie within 2 and 99.7% will lie within 3. For example, if you have a set of data reported as 1.00 +- 0.1, 68% of the data will lie within the range 0.9 to 1.1, 95% within the range 0.8 to 1.2, and 99.7% within the range 0.7 to 1.3. See the help file on the normal curve for more information.

Standard deviations are typically reported to only one significant figure.

Example: What is the estimated standard deviation of the following set of numbers?

2.45, 2.56, 2.19, 2.00, 2.22

Solution: The estimated standard deviation (S) is given by the second equation above. First we need to compute the average of the data:

Xave = (2.45+2.56+2.19+2.00+2.22)/5
Xave = 2.28
Next, work out the deviation of each data point from the average

Measurement number Data value (Xi) Deviation (Xi - Xave) Square deviation
1 2.45 0.17 0.029
2 2.56 0.28 0.078
3 2.19 -0.09 0.008
4 2.00 -0.28 0.078
5 2.22 -0.06 0.004

The sum of the square deviations is
0.029 + 0.078 + 0.008 + 0.078 + 0.004 = 0.197
S is therefore
S = sqrt(0.197/(5-1)) = 0.2
The average of this set of data would be reported as 2.3 +- 0.2. If you take more measurements, 68% of them should fall between 2.1 and 2.5. 95% will fall between 1.9 and 2.7.


Information provided by: http://learn.chem.vt.edu