Skip to content

Latest commit

 

History

History
executable file
·
31 lines (19 loc) · 733 Bytes

README.md

File metadata and controls

executable file
·
31 lines (19 loc) · 733 Bytes

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.