commit f99811a5d3ef32db643ac0c2e0116083cc0d7386 parent fd3c1a4084d350903ac8ea70d07a28ff0e6771fb Author: ocramz <zocca.marco@gmail.com> Date: Thu, 10 May 2018 08:24:06 +0200 fix readme Diffstat:
M | README.md | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -17,18 +17,18 @@ the hood. Examples -------- -1. Transform a distribution's support while leaving its density structure +* Transform a distribution's support while leaving its density structure invariant: -- uniform over [0, 1] transformed to uniform over [1, 2] succ <$> uniform -2. Sequence distributions together using bind: +* Sequence distributions together using bind: -- a beta-binomial composite distribution beta 1 10 >>= binomial 10 -3. Use do-notation to build complex joint distributions from composable, +* Use do-notation to build complex joint distributions from composable, local conditionals: hierarchicalModel = do