• Stars
    star
    8
  • Rank 2,099,232 (Top 42 %)
  • Language
    Python
  • Created over 2 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An optimized O(N) implementation of the sliding window algorithm for piecewise linear segmentation of a time series. This algorithm will fit trend lines to a series and can be used online or offline.