Recent Articles



































Weighted mean



         


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





  View Live Article   This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License