
Python
文章平均质量分 51
_Rush_Go_On_
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Python安装pandas,matplotlib
安装好了matplotlib,但是引入的时候出现问题,无法引用,提示引用错误:ImportError: matplotlib requires pyparsing,这是需要从下面的链接安装相应版本的pyparsing。 然后再将D:\Python33\Lib\site-packages\scipy\lib中的six.py six.pyc six.pyo三个文件拷贝到D:\Python33\L原创 2014-09-22 11:42:41 · 1309 阅读 · 0 评论 -
python2.7 && python 3.3
不得已装了两个版本的Python,huan原创 2014-10-27 10:04:38 · 1065 阅读 · 0 评论 -
mean reverting策略设计
trend following/momentum和mean-reversion是两种最基本的策略翻译 2014-11-01 15:40:40 · 2316 阅读 · 0 评论 -
Python——Matrix Decomposition
Python的Numpy库提供了很多矩阵分解的算法,比如QR分解,Cholesky分解。翻译 2014-10-20 11:19:35 · 2803 阅读 · 0 评论