markcheno / go-talib

A pure Go port of TA-Lib (http://ta-lib.org)
MIT License
763 stars 213 forks source link

optimize linreg and tsf from O(M*N) to O(M) #5

Closed sanyalington closed 6 years ago

markcheno commented 6 years ago

Thank you