From 65050663792e9c036ebb255d00eaa45d96d8a4ec Mon Sep 17 00:00:00 2001 From: AdairZhao Date: Sat, 30 Apr 2016 20:39:29 +0800 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f51a590..62b2c7d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # ARIMA ARIMA is a Java open source project dedicated in the study model of ARIMA, AR, MA,etc.. + +GetStarted + +1. Dirctly run the test1.java to get the predict of one value. +2. Some reffered papers for achieving the ARIMA can be found in package of doc. + + -- GitLab