Home Blog Maths What is Standard Deviation?

What is Standard Deviation?

Written by Peter R. Bloomfield | Thursday, 07 January 2010 17:38 | 0 comments
The term "Standard Deviation" comes up quite a lot in certain types of research papers where statistics are mentioned. As a result, I have to wonder exactly what it tells us, why it is interesting, and how it works.

Thankfully the basic idea is fairly simple, so I don't need extensive training in statistics to understand what it means. In fact, I just picked up an old copy of a statistics textbook at a second-hand book shop, and it tells me everything I need to know. (And a lot more that I probably don't!)

The most important part of research is that the experiments you design and results you obtain can be communicated, critiqued, and repeated. However, people are often very busy, and don't have time to sift through every ounce of your data. Anything you can do to help readers get a better idea of the shape of your data quickly can be very useful. That's where things like Standard Deviation (SD) come in handy.

An extreme example
Let's say you have been researching how people's age affects their musical tastes (we'll call it Study A). You could say "we conducted a study of 100 people, aged 20 to 70". Your results might show that 99% of people like hip-hop. But then somebody else might repeat the experiment (Study B) with another 100 people in the same age range, and find that 99% dislike hip-hop. How could that happen?

It's quite easy. Study A could have had 99 people aged 20 and only 1 aged 70. Meanwhile, Study B could have had 99 people aged 70 and only 1 aged 20. It's crucially important that you express any significant trends like that in your data, otherwise you could end up drawing conclusions which nobody can verify or use. In this case, the age is such an important value that you would probably show a table and/or graph detailing the break-down of ages. However, such detail is not always necessary.

How would Standard Deviation help?
The SD value tells us how dispersed the data is. For example, in the studies above, the data is extremely tightly focused on a single value in each case. Your standard deviation in both instances would be quite low compared to the size of the data range (SD = 5), indicating that the data points are tightly clustered. On its own, this doesn't say much. But the SD is based on the mean (average) value, so telling readers the mean and the SD would help them understand how much variety there is in your data.

Why not just the mean?
You might be wondering why you don't just tell people the mean value on its own. It is true that in our two extreme examples above, the mean alone indicates that there is a huge bias at the top or bottom of the range (the means are 20.5 and 69.5 respectively). However, consider two different examples:

Let's say you conduct Study C with 1 person aged 20, 1 person aged 70, and 98 people aged 45. That puts your mean value right in the middle at 45. Somebody else might repeat your experiment (Study D) with 50 people aged 20, and 50 people aged 70. You've both got the exact same age range and the exact same mean, but you are probably going to find hugely different results.

In this case, Study C has an SD of roughly 3.6. Study D has an SD of roughly 25.1.

The big difference clearly shows the different shapes of the data sets. The low SD of Study C implies that most almost all of the participants are very close to the mean age. The high SD of Study D implies that most of the participants are very far from the mean age.

Why is it interesting?
Hopefully I have shown above that the SD can be quite essential for communicating the shape of data. It can help ensure that we don't misrepresent our data. It can also be used effectively in expressing the results of an experiment. For example, if your results have a very low SD then it is likely that your results are quite predictable. However, a high SD might suggest that the experiment was quite erratic and that the results may be difficult to reproduce.

How does it work?
Here's where the maths comes in. You can perhaps get a clue as to how it works if you know the alternative name: the root mean square deviation.

For a discrete data set X, the Standard Deviation s is given by the equation:



The X with a bar over it is the mean of the data set. And it's worth noting that this is the basic 'biased' version of the SD equation. The 'unbiased' version divides by "N - 1".

As you can see, it calculates the square of how far away each value is from the mean (squaring it means that a bigger difference has a bigger effect), calculates the mean of all those resulting values, and takes the square root. (The square root really just cancels out the square.)

And finally...
There are alternatives, although Standard Deviation is very common. It's actually expected in many scientific journals that any graphs you provide show the SD. Methods for calculating it will probably be found in any maths/statistics package, so it's not hard to use.

For example, Excel provides functions called "STDEV()" and "STDEVP()" (unbiased and biased equations respectively) for which you can supply a range of cells containing the values, such as A1:A100.

For more information, check out the Wikipedia article on Standard Deviation, or look up any decent statistics textbook.
More in this category: Even Powers and Odd Numbers »

Add new comment