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 )
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 )