Skip to content

Commit

Permalink
Update feature list in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jrachiele authored Jan 11, 2017
1 parent 509c4bb commit a194974
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ Java Time Series
===============
Time series analysis in Java.

Features
-------
* Seasonal ARIMA models.
* ARIMA forecasting and simulation.
* Time series statistics, moving averages, and aggregation.
* Simple, intuitive, and powerful time modeling.
* Autocorrelation function and ACF plot.

Using
------
#### Maven
Expand All @@ -19,15 +27,6 @@ Using
compile 'com.github.jrachiele:java-timeseries:[0.1,)'
```

Features
-------
* Seasonal ARIMA models and forecasting.
* Dedicated time series library.
* Simple, intuitive, and powerful time modeling.
* Autocorrelation function and ACF plot.
* Random walk simulation and forecasting.
* Box-Cox data transformations.

Credits
------
| Library | Category | License |
Expand Down

0 comments on commit a194974

Please sign in to comment.