Clojure library implementing various probability distributions and pseudo random generators.
The documentation for stats-clj
is written as Clerk notebooks.
To run the notebooks, just start a REPL:
clj doc/user.clj
To start watching the src
and test
folders for development, run the following:
bin/kaocha --watch