flat-mcmc

Painless, efficient, general-purpose sampling from continuous distributions.
Log | Files | Refs | README | LICENSE

commit 6016a652c10e00a86dc7f4b428f0b6594c2ac2b1
parent fa1619cf31a70cb80ec457c905fa8b9a23d4b2d8
Author: Jared Tobin <jared@jtobin.ca>
Date:   Wed,  6 Apr 2016 20:29:17 +0700

Description in cabal file.

Diffstat:
Mflat-mcmc.cabal | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flat-mcmc.cabal b/flat-mcmc.cabal @@ -40,7 +40,7 @@ description: > ] > > main :: IO () - > main = withSystemRandom . asGenIO $ mcmc 25000 ensemble rosenbrock + > main = withSystemRandom . asGenIO $ mcmc 12500 ensemble rosenbrock Source-repository head Type: git