Saturday, November 1

Arithmetic Mean (AM)

Arithmetic mean is computed as the sum of all the numbers in the series divided by the count of all numbers in the series. Commonly referred to as "average" or simply as "mean".

AM = (X1 + X2 + … + Xn) / n

The sum of the deviations is zero, Σ(Xi-Xa)=0, where Xa is the average (i.e. mean)

Population mean
u= (ΣXi) / n

Sample mean
Xs = (ΣXi) / (n)

Weighted mean (WM) or weighted average
Take the corresponding weights into account. For equal weights, the weighted mean equals the arithmetic mean.

WM= (w1X1 + w2X2 + … + wnXn) / (w1 + w2 + … + wn)

Xw = ( ΣXiWi) / (ΣWi)

No comments: