Confusing Stats Terms Explained: Standard Deviation
Sunday, August 1, 2010 at 11:43AM
Jeremy Taylor in Stats Make Me Cry Blog Entries, confusing stats terms, distribution, equation, mean, normal, normal distribution, standard deviation, statistics, top ten


Most people find statistics to be complicated, confusing, and just generally frustrating. One of the biggest causes of confusion is the complicated vocabulary that is associated with stats. Frankly, it sometimes seems that stats terms were made to be intentionally complicated. In fact, some concepts seem perfectly understandable when described inplain English, but seem incomprehensible when described in stats lingo.

With this in mind, I decided to compile a list of the most confusing stats terms and describe them in plain English, to clear-up some of the confusion that surrounds them. Initially, this was intended to be a single blog, but I soon realized far too many words are required to adequately explain this list in one entry, so I’ve decided to present them over a series of entries. I hope this will allow me to offer thorough explanation and examples.


Related Content:

Confusing Stats Terms Explained: Heteroscedasticity

Confusing Stats Terms Explained: Residual

Confusing Stats Terms Explained: Multicollinearity

Without further delay...

Confusing Stats Terms Explained: Standard Deviation

Standard deviation is a descriptive statistic that is used to understand the distribution of a dataset. It is often reported in combination with the mean (or average), giving context to that statistic. Specifically, a standard deviation refers to how much scores in a dataset tend to spread-out from the mean.

A small standard deviation (relative to the mean score) indicates that the majority of individuals (or data points) tend to have scores that are very close to the mean (see figure below). In this case, cases may look clustered around the mean score, with only a few scores farther away from the mean (probably outliers).

Standard Deviation Example

By contrast, a sample with a large standard deviation (relative to the mean score) tends to have cases that are more widely spread-out from the mean (see figure on right), perhaps with only a few cases actually having scores that fall close to the mean.

Standard Deviation large Graphic Example

You may be wondering to yourself: “Why should I care about the standard deviation?” The answer to that question is context. To really understand the basic characteristics of a dataset, you must put your statistics in context.

Allow me to demonstrate:

For the sake of demonstration, imagine we have two samples of chocolate cake eaters, each sample with 10 people, self-reporting how many pieces of chocolate cake they've eaten in the last seven days.

Looking at the mean score alone would leave us to believe that these two datasets of people have the same chocolate cake eating habits (eating about 5 pieces per person), but would we ever come to that conclusion, given access to the full information that we have here? Of course not. Instead we would probably say that the mean of 5 pieces per person seems to describe sample #1 reasonably, but not-so-much for sample #2, as it seems to be composed of people with more extreme chocolate cake eating habits (either eating a whole lot of chocolate cake in a week or having none at all).

In this case the datasets are mathematically similar, but the mean of the two samples is somewhat deceptive. In fact, the mean statistic can be a deceptive little bugger in general, when it is not presented in context. That is where a standard deviation comes in!

Now, you might be thinking: “Why not just look at the raw data and come to that conclusion? After all, you just came to that conclusion without ever talking about the standard deviation!”

Well, that is fine as long as you only have ten people in each sample AND as long as your sample is so neatly, cleanly, and clearly organized into moderate values and extreme values, as it is here. If that is the case, then you likely can get a perfectly firm grasp on your data without ever knowing the standard deviation! Unfortunately, data is rarely that clear and samples sizes can be in the hundreds, thousands, or even millions, making it impossible to "eye-ball" the data and draw reliable conclusions.

When these instances arise (which will be almost every time you work with data), your friendly standard deviation can give you the context you need. Let's consider the standard deviations of our chocolate cake datasets. Knowing that larger values of standard deviation are indicative of more points "spread" away from the mean, compared to smaller standard deviation values (as discussed in our first paragraph), which sample (#1 or #2) would you expect to have a larger standard deviation?...

(I'll pause while you ponder your answer and then answer out-loud at a volume just loud enough to make the person sitting next to you wonder if you are stable and if it is safe to sit next to you...)

To calculate the standard deviation for your data, well let's face it, all you need to do is use SPSS (or any other statistical software package). In SPSS, you can obtain the standard deviation by:

If you happen to want to calculate by hand, you simply:

  1. Subtract your mean score from every person's actual (observed) score
  2. Square those difference scores for each person
  3. Add those values together for the whole sample
  4. Divide that sum by the number of cases in your data (10 in our case)
  5. Finally, calculate the square root of the number calculate in step #4
For those of you that like formulas:

equation.png

Now, back to our example. You will recall that I asked you to guess which sample you would expect to have the larger standard deviation (#1 or #2). Well, if you said sample #2, you would be correct! Note: You will almost never see the mean and standard deviation with the same value. This example was made intentionally extreme for demonstration purposes, but clearly you wouldn't typically have your entire sample fall into either all 0's or all 10's (unless it is categorical data, in which case there is no need for means and standard deviation scores).
From this example , we can see that the standard deviation is critical to understanding your data, by putting your mean statistic in context, in this case indicating that the mean for the dataset #2 is not a very meaningful or useful statistic for understanding the eating tendencies of individuals in that dataset.
A few closing notes about standard deviations:

Editorial Note: Stats Make Me Cry is owned and operated by Jeremy J. Taylor. The site offers many free statistical resources (e.g. a blog, SPSS video tutorials, R video tutorials, and a discussion forum), as well as fee-based statistical consulting and dissertation consulting services to individuals from a variety of disciplines all over the world.




Article originally appeared on Stats Make Me Cry (http://www.statsmakemecry.com/).
See website for complete article licensing information.