Averages - Wikiversity (2024)

Subject classification: this is a mathematics resource.
Subject classification: this is a statistics resource.

Given any collection of real numbers, an average is a single number intended to give an estimate of the general magnitude of the numbers. Formally, it is a function from a set of n numbers to a single number with the following properties:

  1. If all the numbers are equal, their average should also equal this value: AV(x, x, x, ...) = x.
  2. The average must not exceed the maximum of the numbers nor be less than their minimum. We may wish to be stricter and say that if not all the numbers are equal, it must be greater than the minimum and less than the maximum, but this would rule out the median as an average, since the median of say (1,1,1,1,2) is 1.
  3. The average must be multiplicatively linear, i.e. if all numbers are multiplied by the same constant k their average will be multiplied by the same number: AV(kx, ky) = k.AV(x, y).
  4. The average must be order invariant; if we permute the numbers, it will not change their average: AV(y, x) = AV(x, y). This rules out just picking the first number, or the average of the first and last, or other weighted averages.
  5. The average must be monotonic; if any one number increases (the others being unchanged), the average must not decrease, and vice versa. This rules out some "robust measures", where outliers are rejected before the average is taken. We may wish to be stricter and say that if any number increases, so must the average. Again, this would rule out the median as an average, since the median of say (1,1,1,1,2) and (1,1,1,2,2) are both 1.

It might be supposed that the average should be translation invariant, so that if all numbers are increased by the same constant k their average will increase by the same number: AV(x+k,y+k) = AV(x,y)+k. However, it can be shown that there is only one average meeting this and the other requirements strictly: the arithmetic mean discussed below. If the less strict versions of the requirements are used, the median and other quartiles would meet all the requirements.

It might also be supposed that the average should be a continuous function of the numbers. Again, this would rule out quartiles.

Contents

  • 1 The arithmetic mean
  • 2 The geometric mean
  • 3 The arithmetic/geometric inequality
  • 4 Quantifying the arithmetic/geometric inequality
  • 5 Root mean square
  • 6 Harmonic mean
  • 7 Rth power mean
  • 8 Power plus 1 mean
  • 9 Mixed averages
  • 10 The median and other quartiles As noted above, the median is an average if we do not require some strict inequalities in the definition. In fact, this is true of any quartile of the distribution, even maximum and minimum. It may seem perverse to call the maximum and minimum "averages". However, the fundamental purpose of an average is to give an estimate of the order of magnitude of a group of numbers. If the range of numbers is small, the maximum and minimum can do this; if the range is very large, any one number as the average may be misleading. As noted above, the maximum and minimum are limiting values of other averages as parameters tend to infinity.
  • 11 The mode
  • 12 Transformation means
  • 13 See also

The arithmetic mean[edit | edit source]

The simplest average is the arithmetic mean, defined as the sum of the numbers divided by the number of numbers. Thus the average of {1,2,3,4,5) is (1+2+3+4+5)/5 = 3.

Exercise: Verify that this meets all the conditions above, including the stricter versions.

The geometric mean[edit | edit source]

Another common average is the geometric mean, obtained by multiplying all the numbers together and, if there are n numbers, taking the nth root. Thus the geometric mean of {1,2,3,4,5) is (1x2x3x4x5)1/5 = 2.605 (approximately).

Note that the geometric mean should not be used if any of the numbers is negative (why?) and is zero if any of the numbers is zero, no matter how large the other numbers are (why?).

Exercise: Verify that the geometric mean meets all the conditions above, including the stricter versions.

The arithmetic/geometric inequality[edit | edit source]

Unless all the numbers are equal, the geometric mean is always less than the arithmetic mean.

This is easily proved for just two numbers and three numbers; the outlines of the proof are:

If a and b are two unequal non-negative numbers, then

Averages - Wikiversity (3)

This can be rearranged as

Averages - Wikiversity (4)

If a, b and c are three non-negative numbers, not all equal, then

Averages - Wikiversity (5)

So

Averages - Wikiversity (6)

This can be rearranged as

Averages - Wikiversity (7)

For four numbers, take the numbers in pairs and apply the already proven result for two numbers.

Quantifying the arithmetic/geometric inequality[edit | edit source]

How can we assess whether the geometric mean is close to the arithmetic mean, or substantially less?

Given a set of n numbers {x1 ... xn}, let their arithmetic mean be m and

Averages - Wikiversity (8) so Averages - Wikiversity (9)

Then the sum of the yi is zero. (Why?) We assume that the xi do not diverge too much from their mean, so the yi are fairly small numbers and we can expand log (1+y) in a power series.

Averages - Wikiversity (10)
Averages - Wikiversity (11) (since Σ yi is zero). Thus
Averages - Wikiversity (12) (Why?)

In other words, the greater the dispersion of the numbers about their arithmetic mean, the greater the difference between the two means.

Exercise: Some approximations have been made in deriving this result. Demonstrate by actual calculations that the result is true in general.

Root mean square[edit | edit source]

The RMS is the square root of the arithmetic mean of the squares of a collection of numbers, i.e.

Averages - Wikiversity (13)

This average should not be used for a mixture of positive and negative numbers (why?).

Exercise: Verify that this meets all the conditions above, including the stricter versions.

Unless all the numbers are equal, the RMS is always greater than the arithmetic mean. This is easily proved for just two numbers by considering the square of the RMS and of the arithmetic mean:

Averages - Wikiversity (14)

A similar but more complex proof will work for any number of numbers. With a slight extension of the proof, it may be shown that if m is the arithmetic mean and s2 is the variance of a set of numbers, then Averages - Wikiversity (15)

Harmonic mean[edit | edit source]

The harmonic mean of a set of numbers is the reciprocal of the arithmetic mean of the reciprocals of those numbers. Thus for three numbers we have

Averages - Wikiversity (16)

This mean should not be used if any number is zero or negative (why?).

Exercise: Verify that this meets all the conditions above, including the stricter versions.

Unless all the numbers are equal, the harmonic is always less than the geometric mean. This follows because its reciprocal is the arithmetic mean of the reciprocals of the numbers, hence is greater than the geometric mean of the reciprocals which is the reciprocal of the geometric mean. Thus we have:

harmonic mean < geometric mean < arithmetic mean < RMS.

Rth power mean[edit | edit source]

The rth power mean of a set of numbers, for any real number r, is

Averages - Wikiversity (17)

This average should only be used for positive numbers if r < 0 and non-negative numbers if r > 0 (why?).

Exercise: Verify that this meets all the conditions above, including the stricter versions.

This mean is undefined for r = 0, but the limit as r tends to 0 is the geometric mean. Thus all of the averages we have considered so far are special cases of this mean (r = -1, harmonic; r = 0, geometric; r = 1, arithmetic; r = 2, RMS).

It can be shown that for any collection of positive numbers (not all equal), this mean is a continuous, strictly monotonic increasing function of r; the inequalities above are special cases of this. As r tends to infinity, the mean tends to the maximum of the xi, and as r tends to minus infinity, the mean tends to the minimum of the xi.

Power plus 1 mean[edit | edit source]

The power plus 1 mean of a set of numbers, for any real number s, is

Averages - Wikiversity (18)

If s=0, this is the arithmetic mean; if s=-1 it is the harmonic mean.

Note in particular that if s=1, this is RMS2/(arithmetic mean). If m is the arithmetic mean and s2 is the variance of a set of numbers, than the s=1 mean is

Averages - Wikiversity (19)

It can be shown that this type of mean behaves much like the rth power mean. For any collection of positive numbers (not all equal), this mean is a continuous, strictly monotonic increasing function of s. As s tends to infinity, the mean tends to the maximum of the xi, and as s tends to minus infinity, the mean tends to the minimum of the xi.

Both of these types of mean can be regarded as a special case of the following:

Averages - Wikiversity (20)

Clearly, if s=0 this is the forth power mean; if r=1 this is the power plus 1 mean.

Mixed averages[edit | edit source]

More types of average can be found by mixing different averages, provided that the formula is symmetric in the variables. For example, for any three numbers x, y, z, the following are all averages:

Averages - Wikiversity (21)
Averages - Wikiversity (22)
Averages - Wikiversity (23)

The median and other quartiles As noted above, the median is an average if we do not require some strict inequalities in the definition. In fact, this is true of any quartile of the distribution, even maximum and minimum. It may seem perverse to call the maximum and minimum "averages". However, the fundamental purpose of an average is to give an estimate of the order of magnitude of a group of numbers. If the range of numbers is small, the maximum and minimum can do this; if the range is very large, any one number as the average may be misleading. As noted above, the maximum and minimum are limiting values of other averages as parameters tend to infinity.[edit | edit source]

It may be argued that any quartile other than the median is "biased" hence unsatisfactory. However, if in a group of numbers a few of them are much larger or much smaller than the others ("outliers"), any average may seem biased. For example, consider {1,2,3,4,5,6,7,8,144}. The arithmetic mean is 20, far higher than the upper quartile of 7 and indeed far higher than all but one of the numbers.

The mode[edit | edit source]

The mode is not an average. Firstly, it is not always uniquely defined; for example, in {1,1,1,2,2,3,3,3} there are two modes, 1 and 3 (which are also the minimum and maximum). Secondly and more important, it does not satisfy the monotonicity rule. Consider the set of eight numbers

{1,1,1,2,2,2,2,3}

The mode is 2. Now suppose the seventh number increases from 2 to 3:

{1,1,1,2,2,2,3,3}

The joint modes are now 1 and 2. Now suppose the sixth number increases from 2 to 4:

{1,1,1,2,2,3,3,4}

The mode is now 1.

Transformation means[edit | edit source]

Let f(x) be any strictly monotonic function. Given a set of numbers {x1 ... xn}, define:

  1. yi = f(xi)
  2. Y as the arithmetic mean of the yi
  3. X as the solution of the equation Y = f(X).

X is then the transformation mean of the xi with respect to f(x).

Examples: f(x) = xr gives the rth power mean; f(x) = log(x) gives the geometric mean.

Exercises

  1. Will such a mean always obey the conditions at the beginning of the article?
  2. Would using a different sort of mean at step 2, e.g. the geometric mean, give yet another sort of average?
  3. Why does the equation in step 3 always have one and only one solution? Does it matter if f(x) is not continuous?
  4. Find a function f(x) such that the transformation mean equals the median.

See also[edit | edit source]

Averages - Wikiversity (2024)

FAQs

Averages - Wikiversity? ›

The simplest average is the arithmetic mean, defined as the sum of the numbers divided by the number of numbers. Thus the average of {1,2,3,4,5) is (1+2+3+4+5)/5 = 3.

What are the 5 types of average in statistics? ›

It is also known as the mathematical average or expected value. The main types are arithmetic, geometric, harmonic, root mean square, and contra harmonic. Each type primarily differs by the formula used.

What does "typical" mean in math? ›

An average is a single number that represents the middle of a data set. It is commonly interpreted to mean the “typical value.” Calculating averages facilitates easier comprehension of and comparison between different data sets, particularly if there is a large amount of data.

What is the purpose of average? ›

The purpose of taking the average of a set of data is to give one a general idea of how the data set is acting or performing as a whole. Taking the average also provides other information about a specific scenario.

What is average Wikipedia? ›

In ordinary language, an average is a single number or value that best represents a set of data. The type of average taken as most typically representative of a list of numbers is the arithmetic mean – the sum of the numbers divided by how many numbers are in the list.

What are the list of averages? ›

There are three main types of average: mean, median and mode. Each of these techniques works slightly differently and often results in slightly different typical values. The mean is the most commonly used average.

What are the 4 types of averages? ›

We consider there to be four types of average: mean, mode, median and range. Actually, range is a measure of spread or distribution but the others are our most common “measures of central tendency”.

What are the four measures of average? ›

The four measures of central tendency are mean, median, mode and the midrange. Here, mid-range or mid-extreme of a set of statistical data values is the arithmetic mean of the maximum and minimum values in a data set.

What does an average tell you? ›

Average and median are both measures of “central tendency,” in that they are intended to provide some indication of a typical or middle value of a set of data. The average is calculated by adding up all of the individual values and dividing this total by the number of observations.

Is average the same as typical? ›

We know that the median is often not the same as the mean, but in describing a population, it also pays to differentiate between the average person and a typical one.

What is the mathematical term for average? ›

In mathematics and statistics, the mean refers to the average of a set of values. The mean can be computed in a number of ways, including the simple arithmetic mean (add up the numbers and divide the total by the number of observations), the geometric mean, and the harmonic mean.

Why do people use averages? ›

Averages are used to compare differing quantities of the same category. For example, to compute the per-employee salary of an organization, averages have to be used because there are differences in the salaries of several employees.

Why use average instead of median? ›

If the data you are comparing is mostly uniform then you can safely use the average (AVG) aggregator. However, if your number set has some outliers then you need to consider using median (MED) to filter out the values that are skewing the results.

What are the two main objects of an average? ›

1. Representative of the group- Features of the group are represented by an average, hence the result about the whole group can be deducted from it. 2. Brief description- It gives us a simple and brief description about the whole data.

What is the concept of the average? ›

The average is defined as the mean value which is equal to the ratio of the sum of the number of a given set of values to the total number of values present in the set.

Why is arithmetic mean so popular? ›

The term "arithmetic mean" is preferred in some mathematics and statistics contexts because it helps distinguish it from other types of means, such as geometric and harmonic.

What purpose is served by an average? ›

“Average is an attempt to find one single figure to describe whole of figures”. “Averages are statistical constants which enable us to comprehend in a single effort the significance of the whole.”

What are averages in a list? ›

Average This is the arithmetic mean, and is calculated by adding a group of numbers and then dividing by the count of those numbers.

Where are averages used in real life? ›

While calculating number of people who can come during a celebration. We use it to calculate average time spent on devices in a week. While going in vehicles, to calculate how many kilometres we have droven in a week, we find the distance covered daily and then find the average of the distance in a week.

What does average mean in a person? ›

adjective [ADJ n] An average person or thing is typical or normal. The average adult man burns 1,500 to 2,000 calories per day. Synonyms: usual, common, standard, general More Synonyms of average.

What are the 5 main statistics of data? ›

A summary consists of five values: the most extreme values in the data set (the maximum and minimum values), the lower and upper quartiles, and the median. These values are presented together and ordered from lowest to highest: minimum value, lower quartile (Q1), median value (Q2), upper quartile (Q3), maximum value.

What are the 5 basic statistics? ›

5 basic statistics concepts
  • Regression. Regression is a method for comparing two variables when one of them is independent and the other, or the others, depends on that first variable. ...
  • Calculating the mean. ...
  • Standard deviation. ...
  • Sample size determination. ...
  • Hypothesis testing.
Feb 3, 2023

What are the 5 elements of statistics? ›

Short Answer. The five elements of an inferential statistical analysis are the population size, number of variables, sample set, satistical inference about the population, and the measure of reliability.

What are the 5w in statistics? ›

In this blog, we look at the 5Ws of analytics – the who, what, when, where, and why (and a little bit of the how).

Top Articles
Latest Posts
Article information

Author: Virgilio Hermann JD

Last Updated:

Views: 6504

Rating: 4 / 5 (61 voted)

Reviews: 84% of readers found this page helpful

Author information

Name: Virgilio Hermann JD

Birthday: 1997-12-21

Address: 6946 Schoen Cove, Sipesshire, MO 55944

Phone: +3763365785260

Job: Accounting Engineer

Hobby: Web surfing, Rafting, Dowsing, Stand-up comedy, Ghost hunting, Swimming, Amateur radio

Introduction: My name is Virgilio Hermann JD, I am a fine, gifted, beautiful, encouraging, kind, talented, zealous person who loves writing and wants to share my knowledge and understanding with you.