收益分布的非正态性

R 中的投资组合分析入门

Kris Boudt

Professor, Free University Brussels & Amsterdam

波动率描述"常规"风险

Screenshot 2019-08-21 at 11.56.34.png

R 中的投资组合分析入门

收益的非正态性

ch_2_video_4.001.png

R 中的投资组合分析入门

收益的非正态性

ch_2_video_4.002.png

R 中的投资组合分析入门

收益的非正态性

ch_2_video_4.003.png

R 中的投资组合分析入门

组合收益的半标准差

  • 组合收益的标准差:

    • 使用完整的收益样本

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

  • 组合收益的半标准差:

    • 使用低于均值的收益子集

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

R 中的投资组合分析入门

在险价值与期望损失

ch_2_video_4.012.png

R 中的投资组合分析入门

在险价值与期望损失

ch_2_video_4.013.png

R 中的投资组合分析入门

在险价值与期望损失

ch_2_video_4.015.png

R 中的投资组合分析入门

在险价值与期望损失

ch_2_video_4.017.png

R 中的投资组合分析入门

分布形状

  • 是否对称?
    • 查看偏度
  • 尾部是否比正态分布更肥?
    • 查看超额峰度
R 中的投资组合分析入门

偏度(Skewness)

  • 零偏度
    • 分布对称

ch_2_video_4.024.png

R 中的投资组合分析入门

偏度(Skewness)

  • 零偏度

    • 分布对称
  • 负偏度

    • 大幅负收益比大幅正收益更常见

ch_2_video_4.025.png

R 中的投资组合分析入门

偏度(Skewness)

  • 零偏度

    • 分布对称
  • 负偏度

    • 大幅负收益比大幅正收益更常见
  • 正偏度

    • 大幅正收益比大幅负收益更常见

ch_2_video_4.026.png

R 中的投资组合分析入门

峰度(Kurtosis)

  • 当超额峰度 > 0 时,分布为肥尾

Screenshot 2019-08-21 at 12.01.32.png

R 中的投资组合分析入门

Passons à la pratique !

R 中的投资组合分析入门

Preparing Video For Download...