commit 54cbe21cc1f88c7f75c3bad7ed06be39e1c88125 parent 6367161e7ff1b7d27f2fde3eef4dbf942ff0d61e Author: Richard Fergie <richard.fergie@gmail.com> Date: Mon, 9 May 2016 09:07:00 +0100 Fix order of arguments in documentation Diffstat:
M | lib/Numeric/MCMC.hs | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Numeric/MCMC.hs b/lib/Numeric/MCMC.hs @@ -56,7 +56,7 @@ -- > (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 -- -- See the attached test suite for other examples.