Data Lab 3 - Elina Ly
Question 1
I have revisited the all-weather portfolio, and put the portfolio daily and cumulative returns of the three portfolios (i.e., equally-weighted, maximum Sharpe, or minimum volatility) side-by-side in a data-frame.
Run to view results
Question 2
I visually examined the drawdown behaviour of each portfolio. I plotted the drawdown behaviour of each portfolio alongside the cumulative returns in my code. The drawdowns will be displayed as negative values, showing how much the portfolio value declined from its previous peak.
Run to view results
Question 3
I calculated the Value-at-Risk of each portfolio at 99% using the empirical (historical) distribution and theoretical distribution. Additionally, I created graphs that show the empirical distribution with two vertical lines, representing the Value-at-Risk at 99% derived from the empirical and theoretical distribution, respectively.
Run to view results
Question 4
To determine if the portfolio return for the maximum Sharpe portfolio is statistically different from that of the equally weighted portfolio, I performed a hypothesis test, with a t-test. In this case, I used a two-sample t-test to compare the mean returns of the maximum Sharpe portfolio and the equally weighted portfolio. The null hypothesis (H0) is that there is no difference in means, and the alternative hypothesis (H1) is that there is a statistically significant difference in means.
Run to view results
Question 5
I wanted to make a Sharpe Ratio comparison, of which my hypothesis was "The maximum Sharpe portfolio has a different Sharpe ratio compared to the equally weighted portfolio." I performed a two-sample t-test to compare the Sharpe ratios of the two portfolios.
Run to view results
Another comparison I wanted to make concerns Value-at-Risk (VaR), and my hypothesis was "The VaR at a certain confidence level (e.g., 99%) for the maximum Sharpe portfolio is different from that of the equally weighted portfolio." I once again performed a two-sample t-test to compare the VaR values at the chosen confidence level.
Run to view results