Drijfveren bij twee assets

Introductie tot portefeuilleanalyse in R

Kris Boudt

Professor, Free University Brussels & Amsterdam

Toekomstige rendementen zijn willekeurig

ch_3_video_1.002.png

Introductie tot portefeuilleanalyse in R

Toekomstige rendementen zijn willekeurig

ch_3_video_1.003.png

Introductie tot portefeuilleanalyse in R

Toekomstige rendementen zijn willekeurig

ch_3_video_1.004.png

Introductie tot portefeuilleanalyse in R

Toekomstige rendementen zijn willekeurig

ch_3_video_1.005.png

Introductie tot portefeuilleanalyse in R

Van prestaties naar voorspellingen

ch_3_video_1.007.png

Introductie tot portefeuilleanalyse in R

Van prestaties naar voorspellingen

ch_3_video_1.008.png

Introductie tot portefeuilleanalyse in R

Van prestaties naar voorspellingen

ch_3_video_1.009.png

Introductie tot portefeuilleanalyse in R

Van prestaties naar voorspellingen

ch_3_video_1.010.png

Introductie tot portefeuilleanalyse in R

Van prestaties naar voorspellingen

ch_3_video_1.011.png

Introductie tot portefeuilleanalyse in R

Van prestaties naar voorspellingen

ch_3_video_1.012.png

Introductie tot portefeuilleanalyse in R

Drijvers van gemiddelde & variantie

  • Neem twee assets:
Asset 1 Asset 2
Gewicht: $w_1$ Gewicht: $w_2$
Rendement: $R_1$ Rendement: $R_2$

 

  • Portefeuillerendement, $P = w1 \cdot R1 + w2\cdot R2$
  • Dus: $E[P] = w_1\cdot E[R_1]+ w_2\cdot E[R_2]$
Introductie tot portefeuilleanalyse in R

Variantie portefeuillerendement

Opnieuw, voor een portefeuille met 2 assets

  • $var(P)$ = $w_1^2\cdot var(R_1) $ $+ w_2^2\cdot var(R_2) $ $+ 2\cdot w_1 \cdot w_2 \cdot cov(R_1, R_2)$

Covariantie tussen rendement 1 en 2

  • $Cov(R_1,R_2)$
    • $ = E[(R_1 - E[R_1])(R_2 - E(R_2))]$
    • $ = StdDev(R_1)\cdot StdDev(R_2)\cdot corr(R_1,R_2)$
Introductie tot portefeuilleanalyse in R

Correlaties

Screenshot 2019-08-21 at 13.13.54.png

Introductie tot portefeuilleanalyse in R

Formules om te onthouden

  • E[portefeuillerendement] = $E[P] = w_1\cdot E[R_1] + w_2\cdot E[R_2]$

  • var(portefeuillerendement) = $var(P)$ = $w_1^2\cdot var(R_1) $ $+ w_2^2\cdot var(R_2) $ $+ 2\cdot w_1 \cdot w_2 \cdot cov(R_1, R_2)$

Introductie tot portefeuilleanalyse in R

Laten we oefenen!

Introductie tot portefeuilleanalyse in R

Preparing Video For Download...