What does a small standard deviation signify? What does a large standard deviation signify?

1 Answer
Dec 10, 2017

See explanation.

Explanation:

Standard deviation indicates how different are the elements in the set.

If the elements are close to each other, then the standard deviation is close to zero (it is zero only if the elements are identical).

The bigger standard deviation, the more different elements in the set

Example 1

Let the set be:

#S_1={1,2,2,2,,3}#

The mean is:

#bar(x)=(1+2+2+2+3)/5=10/5=2#

The standard deviation is:

#sigma=sqrt(((1-2)^2+3*(2-2)^2+(3-2)^2)/5)#

#sigma=sqrt((1+1)/5)=sqrt(2/5)~~0.632#

Example 2

Let the set be:

#S_2={0,1,2,3,4}#

The mean is:

#bar(x)=(0+1+2+3+4)/5=10/5=2#

The standard deviation is:

#sigma=sqrt(((0-2)^2+(1-2)^2+(2-2)^2+(3-2)^2+(4-2)^2)/5)#

#sigma=sqrt((4+1+1+4)/5)=sqrt(10/5)=sqrt(2)~~1.414#

As you can see from the examples the means are the same, but the standard deviation of the second set is bigger because the elements differ more than in the first example.