@hackage timeseries0.4.1
Library for Time Series processing
Categories
License
BSD-3-Clause
Maintainer
klangner@gmail.com
Links
Versions
Installation
Dependencies (8)
- base >=4.7 && <5
- bytestring <0.11
- cassava >=0.4 && <0.5
- statistics <1
- text <2
- text-time <1 Show all…
Dependents (1)
@hackage/acme-everything
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.