timeseries: Library for Time Series processing

[ bsd3, data, library ] [ Propose Tags ]

Library for processing time series data.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.2.0, 0.3.0, 0.4.0, 0.4.1
Change log CHANGES.md
Dependencies base (>=4.7 && <5), bytestring (<0.11), cassava (>=0.4 && <0.5), statistics (<1), text (<2), text-time (<1), time (>=1.5 && <2), vector (<0.12) [details]
License BSD-3-Clause
Copyright (c) 2016 Krzysztof Langner
Author Krzysztof Langner
Maintainer klangner@gmail.com
Category Data
Home page https://github.com/klangner/timeseries
Source repo head: git clone https://github.com/klangner/timeseries
Uploaded by klangner at 2016-12-28T10:26:33Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3260 total (16 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-12-28 [all 1 reports]

Readme for timeseries-0.4.1

[back to package description]

Build Status Hackage

Welcome to Haskell Time Series library

Implemented functionality:

  • Reading and writing from CSV file
  • Base operations on time series:
    • get value
    • slice
  • Mapping and folding Series
  • Rolling window operation
  • Resampling based on time
  • Calculate statistics
    • min, max
    • median, variance, standard deviation
  • Finding sessions (periods of activity with small breaks)

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.