-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathREADME
More file actions
30 lines (19 loc) · 1.1 KB
/
README
File metadata and controls
30 lines (19 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
OpenForecast is a package of general purpose, forecasting models written in Java that can be applied to any data series. One of the design goals is to make it easy for a developer to use in an application even if they do not understand, or care to understand, the differences between the different forecasting models available.
Requirements
============
To build OpenForecast, you will need the following tools:
- a Java compiler (works with J2SDK 1.3 and above)
- Ant 1.5 or later (earlier versions may work too)
Building OpenForecast
=====================
Using ant, the available targets are as follows:
compile Compiles core library source files
test Compile and run the tests
examples Compiles example source files
docs Generates javadocs
dist Builds files for distribution
clean Removes all temporary and build files
usage Displays this usage information
Note that with version OpenForecast 0.4.0, the default is to make the targets: compile, test. That is, to compile all source files, then build and run all the test cases.
Steven R. Gould
openforecast@stevengould.org