Skip to content

klangner/timeseries

Repository files navigation

Build Status Hackage

Welcome to Haskell Time Series library

Library for processing Time Series data.

Features

  • Reading and writing from CSV file
  • Slice series
  • Mapping over Series
  • Folding Series
  • Rolling window
  • Resampling and groupBy
  • Calculate statistics
    • min, max
    • mean, variance, standard deviation
  • Finding sessions (periods of activity)

Installation

stack setup
stack build
stack test

Join in!

We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.

Please report bugs via the github issue tracker.

Master git repository:

  • git clone https://github.com/klangner/timeseries.git

Redistributing

timeseries source code is distributed under the BSD3 License.

About

Time Series processing library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published