Summation Notation
Many statistical formulas involve summing numbers. Fortunately there is a convenient notation for expressing summation. This section covers the basics of this summation notation.
Let's say we have a variable that represents the weights (in grams) of grapes. The data are shown in [link].
| Grape | X |
| 1 | 4.6 |
| 2 | 5.1 |
| 3 | 4.9 |
| 4 | 4.4 |
We label Grape 's weight , Grape 's weight , etc. The following formula means to sum up the weights of the four grapes: The Greek letter indicates summation. The "" at the bottom indicates that the summation is to start with and the at the top indicates that the summation will end with . The indicates that is the variable to be summed as goes from to . Therefore, The symbol indicates that only the first scores are to be summed. The index variable goes from to . When all the scores of a variable (such as ) are to be summed, it is often convenient to use the following abbreviated notation: Thus when no values of are shown, it means to sum all the values of .
Many formulas involve squaring numbers before they are summed. This is indicated as Notice that: because the expression on the left means to sum up all the values of and then square the sum () whereas the expression on the right means to square the numbers and then sum the squares ( , as shown).
Some formulas involve the sum of cross products. [link] shows the data for variables and . The totals are shown in the bottom row and the cross products are shown in the third column. The sum of the cross products is .
| X | Y | XY |
| 6 | 12 | 28 |
| 1 | 3 | 3 |
| 2 | 2 | 4 |
| 3 | 7 | 21 |
In summation notation, this is written as:
Self Test Questions
For the following data
| X | Y |
| 1 | 3 |
| 2 | 2 |
| 4 | 7 |
compute
compute
compute
and
compute
This means to add the values of from the second value to the third value. .
compute