declarative

DIY Markov Chains
Log | Files | Refs | README | LICENSE

commit dfd1a38dc46f4cba6800c507ab0efb6bd7f55308
parent 6367161e7ff1b7d27f2fde3eef4dbf942ff0d61e
Author: Jared Tobin <jared@jtobin.ca>
Date:   Mon,  9 May 2016 23:00:07 +1200

Merge pull request #1 from richardfergie/master

Fix order of arguments in documentation
Diffstat:
Mlib/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.