Skip to content

Commit

Permalink
added examples, matrix decomp, more probability dists, and a script t…
Browse files Browse the repository at this point in the history
…o generate docs.
  • Loading branch information
liebke committed Mar 15, 2009
1 parent 5531af3 commit e9d105f
Show file tree
Hide file tree
Showing 10 changed files with 938 additions and 21 deletions.
Empty file removed README
Empty file.
31 changes: 31 additions & 0 deletions README.textile
@@ -0,0 +1,31 @@
*Incanter: _Statistical Programming in Clojure_*

*BUILD incanter.jar*
<pre><code> $ ant</pre></code>

*RUN tests*
<pre><code> $ tests/runtests.clj</pre></code>

*BUILD docs*
<pre><code> $ bin/generate_docs.clj</pre></code>

*START Clojure*
<pre><code> $ bin/clj</pre></code>

*EXAMPLES*
See examples/ directory


*INCLUDED DEPENDENCIES*
"Clojure":http://code.google.com/p/clojure/
"Clojure-Contrib":http://code.google.com/p/clojure-contrib/ (test-is, gen-html-docs)
"JLine":http://jline.sourceforge.net/
"Colt":http://acs.lbl.gov/~hoschek/colt/
"JFreeChart":http://www.jfree.org/jfreechart/
"JCommon":http://www.jfree.org/jcommon/ (included with JFreeChart)
"GnuJaxp":http://www.gnu.org/software/classpathx/jaxp/jaxp.html (included with JFreeChart)
"OpenCSV":http://opencsv.sourceforge.net/
"JGraph":http://www.jgraph.com/ (for future development)



7 changes: 7 additions & 0 deletions bin/generate_docs.clj
@@ -0,0 +1,7 @@
#!/usr/bin/env bin/clj


(use 'clojure.contrib.gen-html-docs)
(generate-documentation-to-file "./docs/incanter_api.html" ['incanter.matrix 'incanter.stats 'incanter.io 'incanter.charts])


6 changes: 0 additions & 6 deletions bin/test_incanter.clj

This file was deleted.

Binary file removed classes/incanter/matrix.class
Binary file not shown.

0 comments on commit e9d105f

Please sign in to comment.