fbpixel Statistical Concepts and Market Return | IFT World
IFT Notes for Level I CFA® Program

LM07 Introduction to Linear Regression

Part 3


 

7. Measures of Dispersion

In this segment we look at measures that tell us how spread out or dispersed our data might be.

7.1 The Range

The range is the difference between the maximum and minimum values in a data set. It is expressed as:

Range = Max value – Min Value

If the annual returns data is: 10%, -5%, 10%, 25%. What is the range?

Here the maximum return is 25% and the minimum return is -5%. The range is 25% – (-5%) = 30%.

7.2 The Mean Absolute Deviation

It is the average of the absolute values of deviations from the mean. It is expressed as:

MAD=\left[\sum\limits_{i=1}^{n}{\left|X_i-\ \overline{X}\right|}\right]/n

where: \overline{X} is the sample mean and n is the number of observations in the sample.

Example

Consider the following data set: 8, 12, 10, 8 and 5. Calculate the mean absolute deviation.

Solution:

\overline{X}= (8 + 12 + 10 + 8 + 5) / 5 = 8.6

MAD=\frac{\left|8-8.6\right|+\left|12-8.6\right|+\left|10-8.6\right|+\left|8-8.6\right|+\left|5-8.6\right|}{5}

 

MAD=\frac{0.6\ +\ 3.4\ +\ 1.4\ +\ 0.6\ +\ 3.6}{5}=\ 1.92

7.3 Population Variance and Population Standard Deviation

Population variance is the mean of the squared deviations from the mean. The population variance is computed using all members of a population. It is expressed as:

\sigma^2=\ \sum^N_{i=0}{(X_i}-\ \mu)^2/N

where: µ is the population mean and N is the size of the population

Population standard deviation is defined as the positive square root of the population variance.

Example

Calculate the population variance and standard deviation for this dataset: 2%, 5%, 4%, 7%, 8%, 8%, 12%, 10%, 8%, and 5%.

Solution:

 \sigma^2 = \frac{\left[{\left(2\ -\ 6.9\right)}^2+{\left(5\ -\ 6.9\right)}^2{\ +{\left(4\ -\ 6.9\right)}^2+{\left(7\ -\ 6.9\right)}^2+\left(8\ -\ 6.9\right)}^2 \atop +{\left(8\ -\ 6.9\right)}^2+{\left(12\ -\ 6.9\right)}^2+{\left(10\ -\ 6.9\right)}^2+{\left(8\ -\ 6.9\right)}^2+\ {\left(5\ -\ 6.9\right)}^2\right]}{10}

 

{\sigma }^2= 7.89\%

Population standard deviation  (\sigma) = \sqrt{7.89} = \ 2.81\%

7.4 Sample Variance and Sample Standard Deviation

Sample variance applies when we are dealing with a subset, or sample, of the total population. It is expressed as:

s^2=\ \sum\limits_{i=0}^{n}{(X_i}-\ \overline{X}\ ){\ }^2\ /\ (n-1)

where:  \overline{X}  is the sample mean and n is the number of observations  in the sample.

Sample standard deviation is defined as the positive square root of the sample variance.

Example

Calculate the sample variance for the following data set: 8, 12, 10, 8 and 5.

Solution:

s^2=\frac{\left[{\left(8-8.6\right)}^2+{\left(12-8.6\right)}^2+{\left(10-8.6\right)}^2+{\left(8-8.6\right)}^2+{\left(5-8.6\right)}^2\right]}{5-1}

\ s^2=6.80\%

The sample standard deviation is the positive square root of the sample variance.  For the sample data given above,  s = \sqrt{6.80} = \ 2.61 \%

Using a financial calculator to calculate variance and standard deviations

The population and sample standard deviation can easily be computed using a financial calculator. Assume the following data set: 10%, -5%, 10%, 25%, the calculator key strokes are shown below:

Keystrokes Description Display
[2nd] [DATA] Enters data entry mode  
[2nd] [CLR WRK] Clears data register X01
10 [ENTER] X01 = 10
[↓] [↓] 5+/- [ENTER] X02 = -5
[↓] [↓] 10 [ENTER] X03 = 10
[↓] [↓] 25 [ENTER] X04 = 25
[2nd] [STAT] [ENTER] Puts calculator into stats mode  
[2nd] [SET] Press repeatedly till you see à 1-V
[↓] Number of data points N = 4
[↓] Mean X = 10
[↓] Sample standard deviation Sx = 12.25
[↓] Population standard deviation σx = 10.61

 

Notice that the calculator gives both the sample and the population standard deviation.  On the exam we will have to determine whether we are dealing with population or sample data and choose the appropriate value.

7.5 Semivariance, Semideviation, and Related Concepts

Instructor’s Note: Semivariance and semideviation are not emphasized in the learning outcomes and have a very low probability of being tested on the Level I exam. Nevertheless, a brief explanation is given below.

Variance and standard deviation of returns take account of returns above and below the mean, but often investors are concerned only with downside risk, for example returns below the mean. As a result, analysts have developed semivariance, semideviation and related dispersion measures that focus on downside risk. Semivariance is defined as the average squared deviation below the mean. Semideviation is the positive square root of semivariance.

7.6 Chebyshev’s Inequality

According to Chebyshev’s inequality, the proportion of the observations within k standard deviations of the arithmetic mean is at least: 1\ - \frac{1}{k^2} for all k > 1.

To find out what percent of the observations must be within two standard deviations of the mean we simply plug into the formula and get: 1\ - \frac{1}{2^2}=\ 1\ - \frac{1}{4}\ = 0.75 = 75\% .  Hence, at least 75% of the data will be between two standard deviations of the mean.

Chebyshev’s inequality can be used to measure maximum amount of dispersion, regardless of the shape of the distribution. Notice that here we do not make any assumptions about whether the distribution is normal or not normal. This inequality applies across all distributions.

7.7 Coefficient of Variation

Coefficient of variation expresses how much dispersion exists relative to the mean of a distribution and allows for direct comparison of dispersion across different data sets. It is used in investment analysis to compare relative risks. When evaluating investments, a lower value is better. Coefficient of variation is expressed as:

 CV = \frac{S}{\overline{X}}

where: s = sample standard deviation of a set of observations and \overline{X} = sample mean

Example

Investment A has a mean return of 7% and a standard deviation of 5%. Investment B has a mean return of 12% and a standard deviation of 7%. Calculate the coefficients of variation.

Solution

The coefficients of variation can be calculated as follows:

{CV}_A=\frac{5\%}{7\%}=0.71

{CV}_B=\frac{7\%}{12\%}=0.58

This metric shows that Investment A is riskier than Investment B.

 

 


CRASH COURSE For MAY 2024 CFA Program Exam
This is default text for notification bar