1.1 Mean
The first measure we will discuss is very likely one you have heard of before: the mean, also known as the average. Consider the below sample of n=5 countries and their associated income per person (GDP per capita, PPP$ inflation-adjusted).
Country | Income per person ($) |
---|---|
Chad | 1740 |
Lao | 6940 |
Turkey | 25000 |
Mozambique | 1170 |
Norway | 66300 |
We can calculate the mean of these values simply by adding them up, and then dividing by the number of values, n=5: mean income per person=(1740+6940+25000+1170+66300)÷5=101150÷5=20230
Let's now introduce a little bit more notation. If we denote any one of these income values to be xi, where i can take any value from 1 to n=5, that means we can denote each value as follows:
- x1=1740
- x2=6940
- x3=25000
- x4=1170
- x5=66300
The mean of a sample such as this, the sample mean, is usually denoted ¯x, pronounced "x bar". Using this notation, we can succinctly define the sample mean to be:
¯x=1nn∑i=1xi.
Note that ∑ is a summation sign, so that if we read out n∑i=1 in words, we would say, "the sum from i=1 to n". In other words, this formula is telling us to add up the values x1 up to xn, and then divide that sum by n. Remembering that we had n=5 in our example, hopefully you can see that is exactly what we have done when calculating the sample mean of 20230 above.
As mentioned, the sample mean is usually denoted ¯x. The population mean is usually denoted μ. Usually, we do not know what the true value of μ is, but we can use the sample mean, ¯x, to try and estimate it.
Your turn: Consider the following five values:
7770,10200,954,1640,23000.
What is the mean of these values?
8712.8