FACTOID # 57: Two-thirds of the world's kidnappings occur in Colombia.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

SEARCH ALL

FACTS & STATISTICS    Advanced view

Search encyclopedia, statistics and forums:

 

 

(* = Graphable)

 

 


Encyclopedia > Standard deviations

Updated 1187 days 9 hours 10 minutes ago.

In probability and statistics, the standard deviation is the most commonly used measure of statistical dispersion. Standard deviation is defined as the square root of the variance. It is defined this way in order to give us a measure of dispersion that is (1) a non-negative number, and (2) has the same units as the data.


A distinction is made between the standard deviation σ (sigma) of a whole population or of a random variable, and the standard deviation s of a subset-population sample. The formulae are given below.


The term standard deviation was introduced to statistics by Karl Pearson (On the dissection of asymmetrical frequency curves, 1894).

Contents

Interpretation and application

Simply put, the standard deviation is a measure of the degree of dispersion of the data from the mean value. A large standard deviation indicates that the data points are far from the mean and a small standard deviation indicates that they are clustered closely around the mean.


For example, the sets {0, 5, 9, 14} and {5, 6, 8, 9} each have a mean of 7, but the second set has a much smaller standard deviation.


Standard deviation may be thought of as a measure of uncertainty. In physical science for example, when making repeated measurements the standard deviation of the set of measurements is the precision of those measurements. When deciding whether measurements agree with a prediction, the standard deviation of those measurements is of crucial importance: if the mean of the measurements is too far away from the prediction (with the distance measured in standard deviations), then we consider the measurements as contradicting the prediction. This makes sense since they fall outside the range of values that could reasonably be expected to occur if the prediction were correct. See prediction interval.


Definition and shortcut calculation of standard deviation

Suppose we are given a population x1, ..., xN of values (which are real numbers). The mean of this population is defined as

\overline{x}=\frac{1}{N}\sum_{i=1}^N x_i.

(see summation notation) and the standard deviation of this population is defined as

\sigma = \sqrt{\frac{1}{N} \sum_{i=1}^N (x_i - \overline{x})^2}.

A slightly faster way to compute the same number is given by the formula

\sigma = \sqrt{{\sum_{i=1}^N{{x_i}^2}\over{N}}-\left({\sum_{i=1}^N{x_i}\over{N}}\right)^2\ } = \sqrt{\frac{N\sum_{i=1}^N{{x_i}^2} - \left(\sum_{i=1}^N{x_i}\right)^2}{N^2}\ }.

The standard deviation of a random variable X is defined as

\sigma = \sqrt{\operatorname{E}((X-\operatorname{E}X)^2)} = \sqrt{\operatorname{E}(X^2) - (\operatorname{E}(X))^2}.

Note that not all random variables have a standard deviation, since these expected values need not exist. If the random variable X takes on the values x1,...,xN with equal probability, then its standard deviation can be computed with the formula given earlier.


Given only a sample of values x1,...,xn from some larger population, many authors define the sample standard deviation by

s = \sqrt{\frac{1}{n-1} \sum_{i=1}^n (x_i - \overline{x})^2} .

The reason for this definition is that s2 is an unbiased estimator for the variance σ2 of the underlying population. (The derivation of this equation assumes only that the samples are uncorrelated and makes no assumption as to their distribution.) Note however that s itself is not an unbiased estimator for the standard deviation σ; it tends to underestimate the population standard deviation. Although an unbiased estimator for "s" is known, the formula is overly complicated and amounts to a minor correction. Moreover, unbiasedness, in this sense of the word, is not always desirable; see bias (statistics). Some have even argued that the difference between n and n − 1 in the denominator is overly complex and trivial and thus exclude it. Without that term, what is left is the simpler expression

s = \sqrt{\frac{1}{n} \sum_{i=1}^n (x_i - \overline{x})^2}.

This form has the desirable property of being the maximum-likelihood estimate if the population is normally distributed.


Examples

Here is shown how to calculate the standard deviations of a set of data. The set of data is the ages of the members of a group of young children. { 5, 6, 8 ,9 }


Step 1. Calculate the mean/average \overline{x}.

\overline{x}=\frac{1}{N}\sum_{i=1}^N x_i.

We have n = 4 (because there are 4 data points in the set.} These 4 data points are:

x_1 = 5\,\!
x_2 = 6\,\!
x_3 = 8\,\!
x_4 = 9\,\!
\overline{x}=\frac{1}{4}\sum_{i=1}^4 x_i       Replacing N with 4
\overline{x}=\frac{1}{4} \left ( x_1 + x_2 + x_3 +x_4 \right )
\overline{x}=\frac{1}{4} \left ( 5 + 6 + 8 + 9 \right )
\overline{x}= 7   This is the mean.

Step 2. Calculate the standard deviation \sigma\,\!

\sigma = \sqrt{\frac{1}{N} \sum_{i=1}^N (x_i - \overline{x})^2}
\sigma = \sqrt{\frac{1}{4} \sum_{i=1}^4 (x_i - \overline{x})^2}       Replacing N with 4
\sigma = \sqrt{\frac{1}{4} \sum_{i=1}^4 (x_i - 7)^2}       Replacing \overline{x} with 7
\sigma = \sqrt{\frac{1}{4} \left [ (x_1 - 7)^2 + (x_2 - 7)^2 + (x_3 - 7)^2 + (x_4 - 7)^2 \right ] }
\sigma = \sqrt{\frac{1}{4} \left [ (5 - 7)^2 + (6 - 7)^2 + (8 - 7)^2 + (9 - 7)^2 \right ] }
\sigma = \sqrt{\frac{1}{4} \left ( -2^2 + -1^2 + 1^2 + 2^2 \right ) }
\sigma = \sqrt{\frac{1}{4} \left ( 4 + 1 + 1 + 4 \right ) }
\sigma = \sqrt{\frac{10}{4}}
\sigma = 1.5811\,\!   This is the standard deviation.

Rules for normally distributed data

Dark blue is less than one standard deviation from the mean. For the , this accounts for 68% of the set. For the normal distribution, two standard deviations from the mean (blue and brown) account for 95 percent. For the normal distribution, three standard deviations (blue, brown and green) account for 99 percent.
Enlarge
Dark blue is less than one standard deviation from the mean. For the normal distribution, this accounts for 68% of the set. For the normal distribution, two standard deviations from the mean (blue and brown) account for 95 percent. For the normal distribution, three standard deviations (blue, brown and green) account for 99 percent.

In practice, one often assumes that the data are from an approximately normally distributedpopulation. If that assumption is justified, then about 68% of the values are at within 1 standard deviation away from the mean, about 95% of the values are within two standard deviations and about 99.7% lie within 3 standard deviations. This is known as the "68-95-99.7 rule".


Relationship between standard deviation and mean

The mean and the standard deviation of a set of data are usually reported together. In a certain sense, the standard deviation is the "natural" measure of statistical dispersion if the center of the data is measured by the mean. The precise statement is the following: suppose x1, ..., xn are real numbers and define the function

\sigma(r) = \sqrt{\frac{1}{N} \sum_{i=1}^N (x_i - r)^2}

Using calculus, it is not difficult to show that σ(r) has a unique minimum for

r = \overline{x}

Geometric interpretation

To gain some geometric insights, we will start with a population of three values, x1, x2, x3. This defines a point P = (x1, x2, x3) in R3. Consider the line L = {(r, r, r) : r in R}. This is the "main diagonal" going through the origin. If our three given values were all equal, then the standard deviation would be zero and P would lie on L. So it is not unreasonable to assume that the standard deviation is related to the distance of P to L. And that is indeed the case. Moving orthogonally from P to the line L, one hits the point

R = (\overline{x},\overline{x},\overline{x})

whose coordinates are the mean of the values we started out with. A little algebra shows that the distance between P and R (which is the same as the distance between P and the line L) is given by σ√3. An analogous formula (with 3 replaced by N) is also valid for a population of N values; we then have to work in RN.


Related articles

External links


  Results from FactBites:
 
Standard Deviation and Variance: Common Measures of Variability (305 words)
The standard deviation formula is very simple: it is the square root of the variance.
An important attribute of the standard deviation as a measure of spread is that if the mean and standard deviation of a normal distribution are known, it is possible to compute the percentile rank associated with any given score.
The standard deviation has proven to be an extremely useful measure of spread in part because it is mathematically tractable.
Standard deviation - Wikipedia, the free encyclopedia (1534 words)
Standard deviation is the most common measure of statistical dispersion, measuring how spread out the values in a data set are.
The standard deviation is defined as the square root of the variance.
The term standard deviation was introduced to statistics by Karl Pearson (On the dissection of asymmetrical frequency curves, 1894).
  More results at FactBites »

 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your location
Your comments
Please enter the 5-letter protection code


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.