Incanter is a Clojure-based, R-like statistical computing and visualization library running on the JVM. It integrates core numerical libraries like Parallel Colt and JFreeChart to deliver data manipulation, modeling, statistical tests, and charting in a REPL-friendly environment. Start by visiting the Incanter website for an overview, check out the documentation page for a listing of HOW-TOs and examples, and then download either an Incanter executable or a pre-built version of the latest build of Incanter, which includes all the necessary dependencies, and unpack the file (if you would like to build it from source, read Building Incanter). You also might need to install libgfortran3 library, which is required for jblas, which is powering matrix operations (see jblas wiki for more details).
Features
- R-like environment built atop Parallel Colt for high-performance numeric computing
- Charting with JFreeChart for visual data representation
- Provides statistical functions: distributions (CDF, PDF), random generation, tests, modeling functions
- Seamless access to Java libraries via Clojure interop for data and presentation tasks
- REPL-centric, interactive programming model for analytic workflows
- Supports datasets with labeled rows/columns using core.matrix and vectorz implementation