Example code for chapter ten, Clojure for Data Science.
Some of the data for this chapter has been sourced by the Complex Systems Research Group at the Medical University of Vienna. See Chapter 1's README for more information about this data and how to download it.
Other data has been sourced from the article "Wealth, Income and Power" by G. William Domhoff, and "Building a Better America−−One Wealth Quintile at a Time" by Michael I. Norton and Dan Ariely. It's not necessary to download this data: numbers are included directly in the source code.
Examples can be run with:
# Replace 10.1 with the example you want to run:
lein run -e 10.1
or open an interactive REPL with:
lein repl
Copyright © 2015 Henry Garner
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.