Measures of central tendency
Example 3: Arithmetic mean |
The percentage annual return by a fund manager over the years in percentage are 3, 5, 7, -6, -5, 6, 2, 0, 5, -8, -4, 4, 184, 4, 6, 1. Compute the population arithmetic mean. Also, calculate the sample mean considering the first ten observations. What is the problem with this population arithmetic mean? |
The weighted mean is slightly different than the arithmetic mean as it gives different weights (probabilities) to different outcomes. It is extremely important in revenue forecasting because the futures events can have different probabilities. For example, the growth rate in revenue can depend on the policies formed by the government. If the policies are favorable, then the revenue would grow by 15 percent, and if the policies are unfavorable, then the revenue would grow by 5 percent. Now, the probability of favorable policies can be different than the probability of unfavorable policies. Suppose the probability of favorable policies is 80 percent and that of unfavorable policies is 20 percent. Then the weighted mean (expected value) of revenue growth rate will be 0.8*0.15 + 0.2*0.05 = 13 percent. The arithmetic mean would have given a value of 10 percent by giving equal weight to both the events.
The weighted mean is also extremely important in the calculation of portfolio return when the different percentage of money is invested in different assets.
Weighted mean = Xw-bar = ∑wiXi (i from 1 to N)
where ∑wi = 1 (i from 1 to N)
wi = weight of ith observation
Xi = value of ith observation
Example 4: Weighted average mean |
||||||||||||||||||
The constituents of the portfolio, the weights and the expected return of the securities are given in the table below. Compute the expected return from the portfolio.
Solution: |
The geometric mean is most frequently used to average a time series of rates of return on an asset. The geometric mean makes the most sense when comparing the returns of portfolio manager over a time horizon. It is calculated by using the following formula:
Geometric mean (GM) = (X1X2X3.....Xn)(1/n)
with Xi ≥ 0 for i =1,2,3,...,n.
Taking log on both sides of the equation, we get:
ln(GM) = (1/n)*ln(X1X2X3.....Xn) = (1/n)∑lnXi i from 1 to n
For calculating the geometric mean of the returns over the years, we need to add one to each return because returns can be negative as well. But the maximum negative return could be minus 100 percent. So, on adding 1 to the return, the number will never be negative. The formula in such case is given below:
GM = [(1+r1)(1+r2)(1+r3)........(1+rn)](1/n) - 1
Example 5: Arithmetic mean and Geometric mean |
||||||||||||||||||||||||
The market value of a mutual fund at the beginning of last five years are $5.0 million, $15.0 million, $10 million, $5 million and $2.5 million respectively. The fund value is $4.0 million today. No external money has been withdrawn from or added to the fund. Compute the geometric mean and arithmetic mean of return over the last five years and interpret the result.
Arithmetic mean = (200 - 33.33 - 50 - 50 + 60)/5 = 25.33 percent |
The harmonic mean is used in a limited number of applications such as cost averaging. The weight of observation is inversely proportional to its magnitude in the harmonic mean. Therefore, it is appropriate when averaging ratio when the ratios are repeatedly applied to a fixed quantity to yield a number of variable units. In the case of systematic investment plans (SIPs) for index funds, the fund manager buys the units for a certain amount of money at a certain date every month. Thus, the units of index fund received are different every month, and the number of units is inversely proportional to the index value. When the market falls, you get more units of the index fund, and the cost is averaged down. When the markets are volatile which is usually the case with the equity markets, then this strategy yield the best results and minimize our costs as the harmonic mean is the lowest of all means. That's why this dollar cost averaging is even recommend by Benjamin Graham for uninformed retail investors in his masterpiece The Intelligent Investor.
Harmonic mean = n/∑(1/Xi)
with Xi >0 for i = 1, 2, 3, 4,.., n
The median is the value of the middle observation of a set of observations that have been sorted in an ascending or descending order. When there are an odd number of observations, the median equals the value of observation placed at n(n+1)/2 position. For an even-numbered sample, the median equal the mean of the values of the observations placed at n/2 and (n/2)+1 position. Its advantage over mean is that it is not affected by the extreme values.
Example 6: Calculating median |
The P/E ratios of six companies in the pharmaceutical sector are given as 17.5, 12.0, 11.8, 14.6, 159.7, and 13.8. What is the median and mean P/E of the pharmaceutical sector? |
The mode is the most frequently occurring value in distribution. A distribution can have one mode, more than one modes, or even no modes. When a distribution has exactly one most frequently item occurring more than once, then that distribution has one mode and is also called as unimodal distribution. If a distribution has more than one item that occurs most frequently, then it is called as multimodal distribution. When all the observations in the distribution are different, then the distribution is said to have no mode.
We can also put the returns of stocks in different intervals and the interval having the maximum number of observations is called modal interval.
Previous LOS: Histogram and frequency polygon
Next LOS: Quartiles, quintiles, deciles, and percentiles