Time series analysis in Java.
Pre-release version 0.4 is now available.
The project groupId has changed to com.github.signaflo. See the using section below for updated coordinates.
- Seasonal ARIMA models.
- ARIMA forecasting and simulation.
- Random walk simulation and modeling.
- Time series statistics, moving averages, and aggregation.
- Simple, intuitive, and powerful time modeling.
- Autocorrelation function and ACF plot.
Please note that this library is still in early development stages. Major API changes are expected in the near future.
<dependency>
<groupId>com.github.signaflo</groupId>
<artifactId>timeseries</artifactId>
<version>0.4</version>
</dependency>
compile 'com.github.signaflo:timeseries:0.4'
math module (interproject dependency of timeseries module)
Library | Category | License |
---|---|---|
XChart | Graphing | Apache 2.0 |
Smile | Distributions | Apache 2.0 |