Weighted Mean vs Mean

Both terms below come up in the same part of the course, and students mix them up. Here is each one defined on its own, side by side, so you can see where they part company.

Weighted mean

Describing data

A weighted mean averages values after attaching a weight to each one, so values carrying larger weights pull the result toward themselves.

A weighted mean lets some values count for more than others, which is what you need when categories differ in importance or in sample size. The formula is xˉw=wixiwi\bar{x}_w = \frac{\sum w_i x_i}{\sum w_i}, read as weighted x-bar, where wiw_i is the weight attached to the value xix_i. If tests count 70 percent of a grade and homework counts 30 percent, a student with a 90 test average and an 80 homework average earns 0.7(90)+0.3(80)=63+24=870.7(90) + 0.3(80) = 63 + 24 = 87, where the weights already total 1 so the denominator is 1 and drops out. The ordinary mean is just the special case in which every weight is equal.

Full entry for weighted mean

Mean

Describing data

The mean is the arithmetic average of a set of numbers, found by adding all the values and dividing by how many there are.

The mean is the balance point of a distribution, the value where the data would balance if placed on a seesaw. For example, the mean of 4, 8, and 9 is (4+8+9)/3=7(4 + 8 + 9) / 3 = 7. The sample mean is written xˉ=1nxi\bar{x} = \frac{1}{n}\sum x_i, where xi\sum x_i (the sum of the values) is divided by nn (the number of values). Because every value contributes, the mean is sensitive to outliers and skew.

Full entry for mean

Where each one fits in the course