Library for Time Series analysis. Online demo application is available at: https://timeserieslab.github.io/
Installation
bower install purescript-timeseries
Features
- Basic functionality
- Slicing series
- Filtering series
- Join 2 series
- Mapping over series
- Integration
- Differentiation
- Rolling window
- GroupBy
- Input/Output
- Reading data from CSV string
- Filtering
- Fill missing values (Reindex)
- Remove outliers
- Advanced functionality
- Finding sessions (periods of activity)
- FFT
- Models
- Exponential smoothing
Documentation
Module documentation is published on Pursuit.
Build
bower update
pulp test
We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.
Please report bugs via the github issue tracker.
purescript-timeseries source code is distributed under the Apache-2.0 license.
Contributions
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.