Awesome
tide
A Clojure library for time series analysis.
Currently it implements the following algorithms:
- STL: A Seasonal-Trend Decomposition Procedure Based on Loess via stl-decomp-4j
- FastDTW: Toward Accurate Dynamic Time Warping in Linear Time and Space via fastdtw
Usage
Add this dependency to your project:
[tide "0.2.0-SNAPSHOT"]
Examples
License
Copyright © 2017 Simon Belak
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.