Active-Portfolio-Management-Notes icon indicating copy to clipboard operation
Active-Portfolio-Management-Notes copied to clipboard

Notes for Active Portfolio Management, by Grinold and Kahn

Results 3 Active-Portfolio-Management-Notes issues
Sort by recently updated
recently updated
newest added

This is so minor it is funny to point out, but hey, while I am here, when you went to type in beta from the first regression, the first time...

great repo, thanks for sharing! is there a chapter four coming

Hello, I noticed you are using ``` from pandas.io.data import DataReader ``` you might use https://github.com/pydata/pandas-datareader see https://github.com/pydata/pandas/blob/master/pandas/io/data.py ``` The pandas.io.data module is moved to a separate package (pandas-datareader). After...