Introduction to Portfolio Analysis in R
Kris Boudt
Professor, Free University Brussels & Amsterdam
Reward measurement: Arithmetic mean return is given:
It shows how large the portfolio return is on average
De-meaned return
Variance of the portfolio
Portfolio volatility:
Geometric mean = $[(1+R_1)\cdot(1+R_2)\cdot...(1+R_T)]^{1/T} - 1$
Example: +50% & -50% return
Geometric mean = $[(1+ 0.50)\cdot (1-0.50)]^{1/2} -1$
= $0.75^{1/2} - 1$
= -13.4%
Introduction to Portfolio Analysis in R