Introduzione all'analisi di portafoglio in R
Kris Boudt
Professor, Free University Brussels & Amsterdam










| Asset 1 | Asset 2 |
|---|---|
| Peso: $w_1$ | Peso: $w_2$ |
| Rendimento: $R_1$ | Rendimento: $R_2$ |
Di nuovo, per un portafoglio con 2 asset
Covarianza tra rendimento 1 e 2

E[Rendimento portafoglio] = $E[P] = w_1\cdot E[R_1] + w_2\cdot E[R_2]$
var(Rendimento portafoglio) = $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)$
Introduzione all'analisi di portafoglio in R