仓库源文站点原文


layout: post title: "ML4T笔记 | 02-10 Portfolio optimization and the efficient frontier" date: "2019-03-13 03:13:13" categories: 计算机科学 auth: conge

tags: ML4T Machine_Learning Trading OMSCS

1 - Overview

Mean-variance optimization (or portfolio optimization) is a way to decide how much of your portfolio should you invest in each?

The specific question: Given a set of equities and a target return, find an allocation to each equity that minimizes risk.

Time: 00:00:29

2 - What is the risk

The standard view of risk in most finance texts, the risk is measured as volatility or standard deviation of historical daily returns. e.g, XYZ is more volatile than ABC, thus is riskier.

Time: 00:01:00

3 - Visualizing return vs risk

How to evaluate stock risk versus return: plot them on a scatter plot where each dot here represents one stock and the X and Y axis is the risk and return, respectively.

Then we can spot stocks with higher return with lower risk, or identify stocks have a higher return at the same or similar risk.

Time: 00:01:16

4 - quiz: Building a portfolio

three portfolios on the left, the position of each of the green dots represents an asset with certain risk and return. The weights of the assets are represented by the size of the dots.

What are the risk/return levels for the portfolios on the left?

Solution: the return/risk of the portfolio is more affected by the stocks with higher weights.

Time: 00:00:44

5 - Can we do better

Traditional ways to built portfolios.

  1. cluster assets based on risk and return
  2. more weights on low-risk assets when building low-risk portfolios
  3. More weights on high return assets when building high-return portfolios.

Now, can we do better?: e.g have a low-risk portfolio with a higher return or a high-return portfolio with less risk? The answer is YES.

Time: 00:02:03

6 - Why covariance matters

3 stocks

what's the best way to blend these together?

Time: 00:03:34

7 - Mean-Variance Optimization

Blend stocks that have anti-correlation or anti-varianced

mean-variance optimization

Time: 00:03:25

8 - The efficient frontier

So what does the efficient frontier mean?

  1. There are no portfolios out the curve.
  2. Any portfolio that's on this side of the frontier, it's suboptimal in some way.
  3. if draw a tangent line from the origin to the frontier, where it hits the efficient frontier is the max sharp ratio portfolio for all of these assets.

In practice, the efficient frontier is a theoretical device, but people do often like to plot the efficient frontier to evaluate the portfolio i

Time: 00:02:54

Total Time: 00:16:15

2019-03-05 开始
2019-03-13 完成
2019-03-14 重新发布