next up previous contents
Next: Shape Up: Classes Previous: Central Tendency   Contents

Dispersion

Dispersion

Measures of dispersion offer us an idea of how spread out the scores are, or how wide is the distribution of scores.

The Range

The range is simply the maximum score, minus the minimum score. Examples from our oil data:

Disadvantages:

Sums of Squares: symbol = \(SoS\)

The Sums of Squares are the sum of the squared deviations from the mean for a distribution of scores.

The general formula for calculating a variable's SoS is:
\(SoS = \sum{\left(X - \overline{X}\right)}^{2}\)

Variance: sample symbol = \(S ^{2}\), population symbol = \(\sigma\ ^{2}\)

The variance is the average of each score's squared difference from the mean.

Standard Deviation: sample symbol = \(S\), population symbol = \(\sigma\ \)

The Standard Deviation is the square root of the variance and allows us to compare the dispersion of one distribution to another.

Formula Smormula: Computational formulas vs. Definitional formulas

Computational: designed to make computing by hand easier.

Definitional: designed to make understanding the concept easier, formula follows the definition of the concepts.

Calculating \(SoS\) using example data (X = barrels)

\(X_i\) X \(\overline{X}\) \(\left(X - \overline{X}\right)\) \(\left(X - \overline{X}\right)^{2}\)
1 159 192.1 -33.1 1095.61
2 166 192.1 -26.1 681.21
3 176 192.1 -16.1 259.21
4 185 192.1 -7.1 50.41
5 191 192.1 -1.1 1.21
6 194 192.1 1.9 3.61
7 199 192.1 6.9 47.61
8 207 192.1 14.9 222.01
9 216 192.1 23.9 571.21
10 228 192.1 35.9 1288.81
\(\sum{X} = 1921\) \(SoS =\) \(\sum{\left(X - \overline{X}\right)^{2}}\) \( = 4220.90\)


Sample mean \(= \overline{X} = \sum{X}/n = 1921/10 = 192.1\)

Calculating variance & standard deviation using example data (X = barrels)

Taking the information from the last slide...

\(S ^{2} = \frac{\sum{\left(X - \overline{X}\right)}^{2}}{n - 1} = \frac{SoS}{n - 1} = \frac{4220.90}{10 - 1} = \frac{4220.90}{9} = 468.99\)
\(S = \sqrt{\frac{\sum{\left(X - \overline{X}\right)}^{2}}{n - 1}} = \sqrt{\frac{SoS}{n - 1}} = \sqrt{S^{2}} = \sqrt{468.99} = 21.66\)

Coefficient of Variation

The Coefficient of Variation (CV) is calculated by dividing the standard deviation by the mean, then multiply the result times 100 to express it as a percentage.
The CV allows us to compare the standard deviation of one distribution to another.

CV \(= \frac{S}{\overline{X}} \times100 = \frac{21.66}{192.1} \times100 = 0.1128 \times100 = 11.28\)
The CV for `Barrels' tells us that the standard deviation is 11.28% of the mean.
In contrast, the CV of `Costs' was 4.11% of the mean; the mean was 550.


next up previous contents
Next: Shape Up: Classes Previous: Central Tendency   Contents
jds0282 2010-10-04