Introductie tot portefeuilleanalyse in R
Kris Boudt
Professor, Free University Brussels & Amsterdam










| Asset 1 | Asset 2 |
|---|---|
| Gewicht: $w_1$ | Gewicht: $w_2$ |
| Rendement: $R_1$ | Rendement: $R_2$ |
Opnieuw, voor een portefeuille met 2 assets
Covariantie tussen rendement 1 en 2

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