投资组合权重

R 中的投资组合分析入门

Kris Boudt

Professor, Free University Brussels & Amsterdam

投资决策选择

有两家相似的公司: 您会掷硬币来决定投哪一家吗?

ch_1_video_2.005.png

1 来源:ICMA Photos,Flickr
R 中的投资组合分析入门

投资决策选择

有两家相似的公司: 您会掷硬币来决定投哪一家吗?

ch_1_video_2.006.png

1 来源:ICMA Photos,Flickr
R 中的投资组合分析入门

投资决策选择

有两家相似的公司: 您会掷硬币来决定投哪一家吗?

ch_1_video_2.007.png

1 来源:ICMA Photos,Flickr
R 中的投资组合分析入门

投资决策选择

有两家相似的公司: 您会掷硬币来决定投哪一家吗?

ch_1_video_2.008.png

1 来源:ICMA Photos,Flickr
R 中的投资组合分析入门

投资决策选择

ch_1_video_2.010.png

R 中的投资组合分析入门

投资决策选择

ch_1_video_2.011.png

R 中的投资组合分析入门

投资决策选择

ch_1_video_2.012.png

R 中的投资组合分析入门

投资决策选择

ch_1_video_2.013.png

R 中的投资组合分析入门

投资决策选择

ch_1_video_2.014.png

R 中的投资组合分析入门

资产权重

ch_1_video_2.015.png

R 中的投资组合分析入门
values <- c(500000, 200000, 100000, 20000)
names(values) <- c("Inv 1", "Inv 2", "Inv 3", "Inv 4")
weights <- values/sum(values)

barplot(weights)

ch_1_video_2.019.png

R 中的投资组合分析入门
values <- c(500000, 200000, 100000, 20000)
names(values) <- c("Inv 1", "Inv 2", "Inv 3", "Inv 4")
weights <- values/sum(values)

barplot(weights)

ch_1_video_2.020.png

R 中的投资组合分析入门

配置策略

ch_1_video_2.021.png

R 中的投资组合分析入门

配置策略

ch_1_video_2.022.png

R 中的投资组合分析入门

配置策略

ch_1_video_2.023.png

R 中的投资组合分析入门

配置策略

ch_1_video_2.024.png

R 中的投资组合分析入门

配置策略

ch_1_video_2.025.png

R 中的投资组合分析入门

ch_1_video_2.026.png

1 来源:http://www.falibo.com/vocabulary/idiom-dont-put-all-your-eggs-in-one/
R 中的投资组合分析入门

让我们来练习!

R 中的投资组合分析入门

Preparing Video For Download...