A risk-averse investor would prefer an investment that has the highest average return with the lowest volatility.
Non-normality of the return distribution
Two metrics key to understanding the distribution of non-normal returns:
Skewness
Kurtosis
## data.DJI.Adjusted
## 2003-01-02 8053.81
## 2003-02-03 7891.08
## 2003-03-03 7992.13
## 2003-04-01 8480.09
## 2003-05-01 8850.26
## 2003-06-02 8985.44
## data.NFLX.Adjusted
## 2003-01-02 0.942857
## 2003-02-03 1.222143
## 2003-03-03 1.453571
## 2003-04-01 1.628571
## 2003-05-01 1.607143
## 2003-06-02 1.825000
## DJI
## 2003-01-02 NA
## 2003-02-03 -0.02020534
## 2003-03-03 0.01280557
## 2003-04-01 0.06105506
## 2003-05-01 0.04365165
## 2003-06-02 0.01527420
## NFLX
## 2003-03-03 0.18936246
## 2003-04-01 0.12039316
## 2003-05-01 -0.01315755
## 2003-06-02 0.13555545
## 2003-07-01 0.02544055
## 2003-08-01 0.27213696
## [1] -0.6833601
## [1] 0.6945299
## [1] 1.802551
## [1] 3.590725
Interpreation
When the return distribution is asymmetric (skewed), investors use additional risk measures that focus on describing the potential losses.
## DJI
## Semi-Deviation 0.02763476
## NFLX
## Semi-Deviation 0.1157092
## DJI
## VaR -0.05847639
## NFLX
## VaR -0.1954498
## DJI
## ES -0.09177945
## NFLX
## ES -0.2223584
Interpreation
Drawdowns give us a visual perspective to allow analysts and investors to better understand the stock performance over time. Drawndowns show you the most serve losses that could would have occured if you invested at a peak and sold at a trough. By looking at the values during peaks and troughs, investors can make a more informed decision when choosing which stocks to invest in. Also drawdowns are good tool to use to see how long it takes for a stock to recover after taking a dip.
Netflix poses greater risk because it has more lengthy and deeper dips in the drawdown charts, also these deep dips occur more often then the DJI drawndowns. This means large negative returns occur more often, in turn Netflix is riskier.
A risk-loving investor would choose Netflix to invest in because it is more volital due to having a high semi-deviation. It is more risky then the Dow Jones index because it is a single stock, whereas the Dow Jones is a collective of multiple stocks so its more balanced and less volital. Signle stocks tend to fluctuate in value much more than a diversified group of stocks.
## From Trough To Depth Length To Trough Recovery
## 1 2007-11-01 2009-02-02 2013-02-01 -0.4930 64 16 48
## 2 2015-03-02 2015-09-01 2016-07-01 -0.1019 17 7 10
## 3 2005-01-03 2005-04-01 2005-11-01 -0.0548 11 4 7
## 4 2014-01-02 2014-01-02 2014-04-01 -0.0530 4 1 3
## 5 2004-03-01 2004-10-01 2004-12-01 -0.0526 10 8 2
## From Trough To Depth Length To Trough Recovery
## 1 2011-06-01 2012-09-04 2013-08-01 -0.7990 27 16 11
## 2 2004-02-02 2004-10-01 2009-03-02 -0.7420 62 9 53
## 3 2014-09-02 2014-12-01 2015-04-01 -0.2848 8 4 4
## 4 2014-03-03 2014-04-01 2014-08-01 -0.2773 6 2 4
## 5 2015-12-01 2016-04-01 2016-10-03 -0.2700 11 5 6