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 -
Mill
Mill is a fast JVM build tool that supports Java, Scala, Kotlin and many other languages. 2-4x faster than Gradle and 4-10x faster than Maven for common workflows, Mill aims to make your project’s build process performant, maintainable, and flexible -
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 -
dregrex
dregex is a Java 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.
CodeRabbit: AI Code Reviews for Developers

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.