Weighted mean
From Wikinfo
Revision as of 18:42, 4 June 2008 by Fred Bauder (Talk | contribs)
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
- Adapted from the Wikipedia article, "Weighted_mean" http://en.wikipedia.org/wiki/Weighted_mean, used under the GNU Free Documentation License

