Wikipedia 10K Redux

Reconstructed by Reagle from Starling archive; see blog post for context.

Weighted_Mean

back to Summary Statistics -- Central Tendency

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

*mean = ( w1x1 + w2x2 + ... + wnxn ) / ( w1 + w2 + ... + wn )


Dick Beldin