213 Commits (master)
 

Author SHA1 Message Date
Gourav Kumar a6fcd29a34 Added to_dict and to_list methods 2 years ago
Gourav Kumar 8117986742 Added correlation function 2 years ago
Gourav Kumar da2993ebf0 added documentation for Jensen's alpha 2 years ago
Gourav Kumar f41b9c7519 Added Jensen's alpha to statistics 2 years ago
Gourav Kumar 7504c840eb documentation 2 years ago
Gourav Kumar 1682fe12cc Completed beta function 2 years ago
Gourav Kumar 177e3bc4c8 implemented beta, yet to check edge cases 2 years ago
Gourav Kumar 922fe0f027 more tests for transform 2 years ago
Gourav Kumar 38fb9ca7d0 tests fro transform method 2 years ago
Gourav Kumar 0a113fdd8a completed transform function 2 years ago
Gourav Kumar 9a71cdf355 transform testing 2 years ago
Gourav Kumar 66ad448516 Added proper support for & in Series 2 years ago
Gourav Kumar 49cebecb88 __and__, __or__ in Series 2 years ago
Gourav Kumar da0bfcbcb1 Merge branch 'master' of http://192.168.0.114:3000/buddy/fincal 2 years ago
Gourav Kumar cad069d351 test files 2 years ago
Gourav Kumar 130f4e58e9 started working on transform with aggregation 2 years ago
Gourav Kumar 2ca6167c8b fixed issue with create_date_series 2 years ago
Gourav Kumar 95e9bfd51c More Sharpe tests 2 years ago
Gourav Kumar 5512a647ad made eomonth parsing more intelligent 2 years ago
Gourav Kumar 7e524ccf7a incorporated eomonth in ffill and bfill 2 years ago
Gourav Kumar aea6bf9b57 Some tests for Sharpe ratio 2 years ago
Gourav Kumar 68d854cb3f moved create_test_data to a fixture in conftest.py 2 years ago
Gourav Kumar 0d0b2121a3 Sharpe ratio is working 2 years ago
Gourav Kumar 2a8f5b4041 limit = None in ffill was causing failure 2 years ago
Gourav Kumar 19523519ee Handled returns and SD both getting annualised in SD calc 2 years ago
Gourav Kumar 41562f7e70 returns are not compounded during voloatility calculations 2 years ago
Gourav Kumar 3189e50bd8 removed kwargs and added all arguments 2 years ago
Gourav Kumar 336cf41ca8 added sharpe ratio 2 years ago
Gourav Kumar 0f002f3478 added mean() method 2 years ago
Gourav Kumar 79cd44d41f Implemented limit parameter in ffill and bfill 2 years ago
Gourav Kumar 978566e0a8 Improved TSC.get 2 years ago
Gourav Kumar c99ffe02d0 changes to getitem to fetch closest date 2 years ago
Gourav Kumar 65f2e8434c More arithmatic tests 2 years ago
Gourav Kumar e8be7e9efa Math tests and series dtype param name change 2 years ago
Gourav Kumar 49604a5ae9 Series parameter name change 2 years ago
Gourav Kumar b38a317b82 Added rmath dunder, create Series without specifying dtype 2 years ago
Gourav Kumar 03a8045400 implemented arithmatic dunder methods 2 years ago
Gourav Kumar 625c9228e9 Docs and corrections based on tests 2 years ago
Gourav Kumar 3ec5b06e83 Added tests for TSC comparisons 2 years ago
Gourav Kumar e8dbc16157 implemented comparison in TSC, improved comparisons in Series 2 years ago
Gourav Kumar b246709603 expanded comparison for series, implemented gt in TSC 2 years ago
Gourav Kumar 09365c7957 added tests for setitem in TSC 2 years ago
Gourav Kumar 7bcd310652 Remove test check if instance is of type Mapping 2 years ago
Gourav Kumar 2ee8f928af preprocess_timeseries converts numbers to float 2 years ago
Gourav Kumar d4bbaf7903 TimeSeriesCore no longer subclasses UserDict 2 years ago
Gourav Kumar 83a8b05802 implemented setitem 2 years ago
Gourav Kumar 123cc0b204 Added shrink method, documented expand 2 years ago
Gourav Kumar 6547a5e64a added test for sync 2 years ago
Gourav Kumar 22c295ece1 imported in init for easier imports 2 years ago
Gourav Kumar 30749382cf Improved documentation 2 years ago