Name : ghc-mwc-probability
| |
Version : 1.3.0
| Vendor : obs://build_opensuse_org/devel:languages:haskell
|
Release : 8.1
| Date : 2018-06-28 10:17:15
|
Group : Development/Libraries/Haskell
| Source RPM : ghc-mwc-probability-1.3.0-8.1.src.rpm
|
Size : 0.22 MB
| |
Packager : (none)
| |
Summary : Sampling function-based probability distributions
|
Description :
A simple probability distribution type, where distributions are characterized by sampling functions.
This implementation is a thin layer over \'mwc-random\', which handles RNG state-passing automatically by using a \'PrimMonad\' like \'IO\' or \'ST s\' under the hood.
/Examples/
Transform a distribution\'s support while leaving its density structure invariant:
> -- uniform over [0, 1] to uniform over [1, 2] > succ < $> uniform
Sequence distributions together using bind:
> -- a beta-binomial conjugate distribution > beta 1 10 >>= binomial 10
Use do-notation to build complex joint distributions from composable, local conditionals:
> hierarchicalModel = do > [c, d, e, f] < - replicateM 4 $ uniformR (1, 10) > a < - gamma c d > b < - gamma e f > p < - beta a b > n < - uniformR (5, 10) > binomial n p.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/haskell:/lts:/9/SLE_12_Backports/x86_64 |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
ghc-mwc-probability
ghc-mwc-probability(x86-64)
libHSmwc-probability-1.3.0-5eyy6fOgVsWGmyLzJCjkpB-ghc8.0.2.so()(64bit)
Requires :