mighty-metropolis

The classic Metropolis algorithm.
Log | Files | Refs | README | LICENSE

commit 697134d44848faf1d89368034167f31f358edb6f
parent 0ed411b49f84b14c8ab10a4ff4b67c86e85e9648
Author: Jared Tobin <jared@jtobin.ca>
Date:   Tue,  6 Oct 2015 21:39:40 +1300

Update README.

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -6,7 +6,7 @@ simple spherical Gaussian distribution. Exports a `mcmc` function that prints a trace to stdout, as well as a `metropolis` transition operator that can be used more generally. -See the *test* folder for example usage. +See the *test* directory for example usage. import Numeric.MCMC.Metropolis