Weighted mean

From Wikinfo

Revision as of 18:42, 4 June 2008 by Fred Bauder (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Given a set of data, X={x1, x2, ..., xn} and corresponding weights, W={w1, w2, ..., wn} the weighted mean is calculated as

<math>

\bar{x} = \frac{ \sum_{i=1}^n w_i \cdot x_i}{\sum_{i=1}^n w_i} </math>

Note that if all the weights are equal, the weighted mean is the same as the arithmetic mean.

back to summary statistics -- central tendency

See also: average


References