hnuts

No U-Turn Sampling in Haskell.
git clone git://git.jtobin.io/hnuts.git
Log | Files | Refs | README | LICENSE

commit 1d953ba3ff729578a060a4160e5700c5c217715d
parent 86e33be3518d3e6872637b17c950e1ae6ec69ec3
Author: Jared Tobin <jared@jtobin.ca>
Date:   Wed, 16 Oct 2013 10:55:06 +1300

Point to examples in README.

Diffstat:
MREADME.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -3,6 +3,8 @@ hnuts [![Build Status](https://travis-ci.org/jtobin/hnuts.png?branch=master)](ht The No U-Turn Sampler - 'automatic' Hamiltonian Monte Carlo. +Check out the Numeric.MCMC.NUTS.Examples module for example usage. + See: Hoffman, Gelman (2011) The No U-Turn Sampler: Adaptively Setting Path Lengths in Hamiltonian Monte Carlo.