Time Series library alternatives and similar packages
Based on the "Tools" category.
Alternatively, view Time Series library alternatives based on common mentions on social networks and blogs.
-
Gitbucket
A Git platform powered by Scala with easy installation, high extensibility & GitHub API compatibility -
bloop
Bloop is a build server and CLI tool to compile, test and run Scala fast from any editor or build tool. -
Scurses
Scurses, terminal drawing API for Scala, and Onions, a Scurses framework for easy terminal UI -
scala-trace-debug
Macro based print debugging. Locates log statements in your IDE. -
fast-string-interpolator
Scala macro that generates ultra-fast string interpolators. -
scalajs-benchmark
Benchmarks: write in Scala or JS, run in your browser. Live demo: -
dregrex
Dregex is a JVM library that implements a regular expression engine using deterministic finite automata (DFA). It supports some Perl-style features and yet retains linear matching time, and also offers set operations. -
pos
Macro based print debugging for Scala code. Locates debug statements in your IDE. Supports logging. -
Giter8
command line tool to generate files and directories from templates published on Github
Static code analysis for 29 languages.
Do you think we are missing an alternative of Time Series library or a related project?
README
Welcome to the Time Series library
Library for processing Time Series.
Quick start
Add the following dependency to the build.sbt
libraryDependencies += "io.github.carldata" %% "timeseries" % "0.7.0"
Running benchmarks
sbt -mem 4000 run
Features
- Basic functionality
- [x] Slicing series
- [x] Map, fold and filter
- [x] Integration
- [x] Differentiation
- [x] groupBy
- [x] Rolling window
- [x] Resampling
- [x] join and merge
- Calculate statistics
- [x] min, max
- [x] mean, variance and standard deviation
- [x] covariance and correlation
- [x] normalization
- IO
- [x] Read data to/from CSV string
- Generators
- [x] Constant series
- [x] Random noise
- [x] Random Walk
- [x] periodic pattern
- Metrics
- [x] MSE and RMSE between 2 series
- [x] MAE between 2 series
- [x] MAPE between 2 series
- [x] MAD between 2 series
- ARIMA
- [ ] Check is series is stationary
- [ ] AR(p) - Autoregressive
- [ ] I(d) - Integrate
- [ ] MA(q) - Moving average
- Advanced functionality
- [x] Finding sessions (periods of activity)
Join in!
We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.
Please report bugs via the github issue tracker.
Redistributing
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.
*Note that all licence references and agreements mentioned in the Time Series library README section above
are relevant to that project's source code only.