Update README.md

This commit is contained in:
Wyman Lin 2021-02-20 12:22:20 +08:00 committed by GitHub
parent 413788c1b7
commit 340d85120b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
# finance ## 关于
Calculate the efficient frontier 1. 代码主要参考Fábio Neves的文章你可以在他的文章中找到一些细节性的解释https://towardsdatascience.com/python-markowitz-optimization-b5e1623060f5
2. 欢迎转发本期视频支持我们
## 使用说明 ## 使用说明
1. 修改起始时间`start_date``end_date`。需要注意有些公司上市时间可能比较迟例如B站是在2018年上市如果你的开始时间是从2015年开始那么结果可能会不准确。 1. 修改起始时间`start_date``end_date`。需要注意有些公司上市时间可能比较迟例如B站是在2018年上市如果你的开始时间是从2015年开始那么结果可能会不准确。