/ch9-time-series

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

Time series

Example code for chapter nine, Clojure for Data Science.

Data

This chapter makes use of two datasets: the Longley dataset and the Airline dataset from Box & Jenkins (1976).

Both datasets are included with the Incanter library.

Running examples

Examples can be run with:

# Replace 9.1 with the example you want to run:

lein run -e 9.1

or open an interactive REPL with:

lein repl

License

Copyright © 2015 Henry Garner

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.