@hackage timeseries0.2.0

Library for Time Series processing

Build Status Hackage

Welcome to Haskell Time Series library

Implemented functionality:

  • Base operations on time series (get value, slice, max etc.)
  • Reading and writing from CSV file

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.