timeseries

Crates.iotimeseries
lib.rstimeseries
version0.2.1
sourcesrc
created_at2017-03-22 14:03:58.256284
updated_at2020-05-07 14:38:06.042513
descriptiontime Series library
homepagehttps://github.com/klangner/timeseries.rs
repositoryhttps://github.com/klangner/timeseries.rs
max_upload_size
id9091
size3,415,818
Krzysztof Langner (klangner)

documentation

https://docs.rs/timeseries

README

Time Series library

Build Status Crates.io Crates.io docs.rs

timeseries is an early-stage open-source project. It means that API can change at any time. If you think that this library can help you, then let me know. We can discuss future direction and try to stabilize the API.

The folder examples contains demo programs which shows how to use this library.

Features

  • Basic functionality
    • Slicing series
    • Map, fold and filter
    • Integration
    • Differentiation
    • groupBy
    • Rolling window
    • Resampling
    • join and merge
    • Calculate statistics
      • min, max
      • mean, variance and standard deviation
      • covariance and correlation
      • normalization
    • IO
      • Read data to/from CSV string
    • Generators
      • Constant series
      • Random noise
      • Random Walk
      • periodic pattern
    • Metrics
      • MSE between 2 series
      • MAE between 2 series
    • ARIMA
      • Check is series is stationary
      • AR(p) - Autoregressive
      • I(d) - Integrate
      • MA(q) - Moving average
    • Advanced functionality
      • Finding sessions (periods of activity)

License

Licensed under either of

at your option.

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 dual licensed as above, without any additional terms or conditions.

Commit count: 32

cargo fmt