We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509c4bb commit a194974Copy full SHA for a194974
1 file changed
README.md
@@ -2,6 +2,14 @@ Java Time Series
2
===============
3
Time series analysis in Java.
4
5
+Features
6
+-------
7
+* Seasonal ARIMA models.
8
+* ARIMA forecasting and simulation.
9
+* Time series statistics, moving averages, and aggregation.
10
+* Simple, intuitive, and powerful time modeling.
11
+* Autocorrelation function and ACF plot.
12
+
13
Using
14
------
15
#### Maven
@@ -19,15 +27,6 @@ Using
19
27
compile 'com.github.jrachiele:java-timeseries:[0.1,)'
20
28
```
21
29
22
-Features
23
--------
24
-* Seasonal ARIMA models and forecasting.
25
-* Dedicated time series library.
26
-* Simple, intuitive, and powerful time modeling.
-* Autocorrelation function and ACF plot.
-* Random walk simulation and forecasting.
-* Box-Cox data transformations.
30
-
31
Credits
32
33
| Library | Category | License |
0 commit comments