SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-mwc-probability rpm build for : openSUSE Leap 42. For other distributions click ghc-mwc-probability.

Name : ghc-mwc-probability
Version : 1.2.2 Vendor : obs://build_opensuse_org/devel:languages:haskell
Release : 2.44 Date : 2018-01-22 16:06:04
Group : Development/Languages/Other Source RPM : ghc-mwc-probability-1.2.2-2.44.src.rpm
Size : 0.24 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:/7/openSUSE_Leap_42.2/x86_64

Content of RPM  Changelog  Provides Requires

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.2.2-IgLGZpzGwhp9luvg2qL4Df-ghc8.0.1.so()(64bit)

Requires :
rpmlib(CompressedFileNames) <= 3.0.4-1
libc.so.6()(64bit)
libHSvector-0.11.0.0-BEDZb5o2QOhGbIm6ky7rl6-ghc8.0.1.so()(64bit)
libgmp.so.10()(64bit)
libHSghc-prim-0.5.0.0-ghc8.0.1.so()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
rpmlib(PayloadIsLzma) <= 4.4.6-1
libHSinteger-gmp-1.0.0.1-ghc8.0.1.so()(64bit)
libHSbase-4.9.0.0-ghc8.0.1.so()(64bit)
libHSprimitive-0.6.1.0-Ip44DqhfCp21tTUYbecwa-ghc8.0.1.so()(64bit)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
libHSmwc-random-0.13.5.0-LMmPnBqFcyXKNTZwO31mEb-ghc8.0.1.so()(64bit)
libHStransformers-0.5.2.0-ghc8.0.1.so()(64bit)
libHStime-1.6.0.1-ghc8.0.1.so()(64bit)
libHSarray-0.5.1.1-ghc8.0.1.so()(64bit)
libHSdeepseq-1.4.2.0-ghc8.0.1.so()(64bit)


Content of RPM :
/usr/lib64/ghc-8.0.1/mwc-probability-1.2.2-IgLGZpzGwhp9luvg2qL4Df
/usr/lib64/ghc-8.0.1/mwc-probability-1.2.2-IgLGZpzGwhp9luvg2qL4Df/libHSmwc-probability-1.2.2-IgLGZpzGwhp9luvg2qL4Df-ghc8.0.1.so
/usr/share/doc/packages/ghc-mwc-probability
/usr/share/doc/packages/ghc-mwc-probability/LICENSE

 
ICM