Main Page | See live article | Alphabetical index

Average

In mathematics, there are numerous methods for calculating the average of a set of n numbers. The most common method, and the one generally referred to simply as the average, is the arithmetic mean. Please see the table of mathematical symbols for explanations of the symbols used.

Table of contents
1 Arithmetic Mean
2 Median
3 Mode
4 Geometric Mean
5 Harmonic Mean
6 Generalized Mean
7 Weighted Mean
8 Interquartile mean
9 Further reading

Arithmetic Mean

The arithmetic mean is the "standard" average, often simply called the "mean". It is used for many purposes but also often abused by incorrectly using it to describe skewed distributions, with highly misleading results. The classic example is average income - using the arithmetic mean makes it appear to be much higher than is in fact the case. Consider the scores {1, 2, 2, 2, 3, 9}. The arithmetic mean is 3.16, but five out of six scores are below this!)

Median

The median is the value below which 50% of the scores fall, or the middle score. Where there is an even number of scores, the median is the mean of the two centermost scores. It is primarily used for skewed distributions, which it represents more accurately than the arithmetic mean. (Consider {1, 2, 2, 2, 3, 9} again: the median is 2, in this case, a much better indication of central tendency than the arithmetic mean of 3.16.)

Mode

The Mode is simply the most frequent score. It is most useful where the scores are not numeric: for example, while the mode {1, 2, 2, 2, 3, 9} is 2, the mode of {apple, apple, banana, orange, orange, orange, peach} is orange.

Geometric Mean

The geometric mean is an average which is useful for sets of numbers which are interpreted according to their product and not their sum (as is the case with the arithmetic mean). For example rates of growth.

Harmonic Mean

The harmonic mean is an average which is useful for sets of numbers which are defined in relation to some unit, for example speed (distance per unit of time).

Generalized Mean

The generalized mean is an abstraction of the Arithmetic, Geometric and Harmonic Means.

By choosing the appropriate value for the parameter m we can get the arithmetic mean (m = 1), the geometric mean (m -> 0) or the harmonic mean (m = -1)

Weighted Mean

The weighted mean is used, if one wants to combine average values from samples of the same population with different sample sizes:

The weights represent the bounds of the partial sample. In other applications they represent a measure for the reliability of the influence upon the mean by respective values.

Interquartile mean

Sometimes a set of numbers (the data) might be contaminated by inaccurate (ie. much too low or much too high) values. In this case one uses the interquartile mean. This is simply the arithmetic mean after removed a certain number of the lowest and the highest values. The number of values removed is indicated as a percentage of total number of values.

See also: Mean, Median, Mode

Further reading