Non-normality of the return distribution

Introduction to Portfolio Analysis in R

Kris Boudt

Professor, Free University Brussels & Amsterdam

Volatility describes "normal" risk

Screenshot 2019-08-21 at 11.56.34.png

Introduction to Portfolio Analysis in R

Non-normality of return

ch_2_video_4.001.png

Introduction to Portfolio Analysis in R

Non-normality of return

ch_2_video_4.002.png

Introduction to Portfolio Analysis in R

Non-normality of return

ch_2_video_4.003.png

Introduction to Portfolio Analysis in R

Portfolio return semi-deviation

  • Standard Deviation of portfolio returns:

    • Take the full sample of returns

      $$SD = \sqrt{\frac{(R_1-\mu)^2 + (R_2-\mu)^2 + ... + (R_T-\mu)^2}{T-1}}$$

  • Semi-Deviation of portfolio returns:

    • Take the subset of returns below the mean

      $$ SemiDev = \sqrt{\frac{(Z_1-\mu)^2 + (Z_2-\mu)^2 + ... + (Z_n-\mu)^2}{n}}$$

Introduction to Portfolio Analysis in R

Value-at-risk & expected shortfall

ch_2_video_4.012.png

Introduction to Portfolio Analysis in R

Value-at-risk & expected shortfall

ch_2_video_4.013.png

Introduction to Portfolio Analysis in R

Value-at-risk & expected shortfall

ch_2_video_4.015.png

Introduction to Portfolio Analysis in R

Value-at-risk & expected shortfall

ch_2_video_4.017.png

Introduction to Portfolio Analysis in R

Shape of the distribution

  • Is it symmetric?
    • Check the skewness
  • Are the tails fatter than those of the normal distribution?
    • Check the excess kurtosis
Introduction to Portfolio Analysis in R

Skewness

  • Zero Skewness
    • Distribution is symmetric

ch_2_video_4.024.png

Introduction to Portfolio Analysis in R

Skewness

  • Zero Skewness

    • Distribution is symmetric
  • Negative Skewness

    • Large negative returns occur more often than large positive returns

ch_2_video_4.025.png

Introduction to Portfolio Analysis in R

Skewness

  • Zero Skewness

    • Distribution is symmetric
  • Negative Skewness

    • Large negative returns occur more often than large positive returns
  • Positive Skewness

    • Large positive returns occur more often than large negative returns

ch_2_video_4.026.png

Introduction to Portfolio Analysis in R

Kurtosis

  • The distribution is fat-tailed when the excess kurtosis > 0

Screenshot 2019-08-21 at 12.01.32.png

Introduction to Portfolio Analysis in R

Let's practice!

Introduction to Portfolio Analysis in R

Preparing Video For Download...