Wikipedia 10K Redux

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

Weighted_Mean

back to Summary Statistics -- Central Tendancy

Given a set of data and corresponding weights, the weighted mean is calculated as

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


Dick Beldin