commit 026100be09effe21ac3e45e52196085a2c472ae7 parent a0b485cfca0421884ddf661599f6172eb43e3d22 Author: Jared Tobin <jared@jtobin.ca> Date: Sat, 10 Oct 2015 00:30:36 +1300 Fix typo. Diffstat:
M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -48,6 +48,6 @@ transition operator is desired. (sampleT (slice 2.0) (slice 3.0)) main :: IO () - main = withSystemRandom . asGenIO $ mcmc 10000 [0, 0] rosenbrock transition + main = withSystemRandom . asGenIO $ mcmc 10000 [0, 0] transition rosenbrock ![trace](https://dl.dropboxusercontent.com/spa/u0s6617yxinm2ca/b2w56upc.png)