SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : ghc-mwc-probability
Version : 2.0.4 Vendor : obs://build_opensuse_org/devel:languages:haskell
Release : 1.4 Date : 2019-02-13 02:45:20
Group : Development/Libraries/Haskell Source RPM : ghc-mwc-probability-2.0.4-1.4.src.rpm
Size : 0.48 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] > fmap succ uniform

Sequence distributions together using bind:

> -- a beta-binomial compound 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:/13/openSUSE_Tumbleweed/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-2.0.4-ArYwHgzfP2fDIgd1q3ZF8K-ghc8.6.3.so()(64bit)

Requires :
libHSarray-0.5.3.0-ghc8.6.3.so()(64bit)
libHSbase-4.12.0.0-ghc8.6.3.so()(64bit)
libHSdata-default-class-0.1.2.0-FeIQ5tLoVZBHMSgrT9zptQ-ghc8.6.3.so()(64bit)
libHSdeepseq-1.4.4.0-ghc8.6.3.so()(64bit)
libHSghc-boot-th-8.6.3-ghc8.6.3.so()(64bit)
libHSghc-prim-0.5.3-ghc8.6.3.so()(64bit)
libHSinteger-gmp-1.0.2.0-ghc8.6.3.so()(64bit)
libHSmath-functions-0.3.1.0-3DZEqBuHyxoGgp9hwqpfp0-ghc8.6.3.so()(64bit)
libHSmwc-random-0.14.0.0-FJqM7EhsZgN1b3GRaJkgQP-ghc8.6.3.so()(64bit)
libHSpretty-1.1.3.6-ghc8.6.3.so()(64bit)
libHSprimitive-0.6.4.0-1mvPxVOk6Q6KOkWCZxqESf-ghc8.6.3.so()(64bit)
libHStemplate-haskell-2.14.0.0-ghc8.6.3.so()(64bit)
libHStime-1.8.0.2-ghc8.6.3.so()(64bit)
libHStransformers-0.5.5.0-ghc8.6.3.so()(64bit)
libHSvector-0.12.0.2-5G85DK6NPIx1LphnqJy7eO-ghc8.6.3.so()(64bit)
libHSvector-th-unbox-0.2.1.6-BKkNIOMf3NXBnJmS8233Oc-ghc8.6.3.so()(64bit)
libatomic.so.1()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libgmp.so.10()(64bit)
libm.so.6()(64bit)
libm.so.6(GLIBC_2.29)(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib64/ghc-8.6.3/mwc-probability-2.0.4-ArYwHgzfP2fDIgd1q3ZF8K
/usr/lib64/ghc-8.6.3/mwc-probability-2.0.4-ArYwHgzfP2fDIgd1q3ZF8K/libHSmwc-probability-2.0.4-ArYwHgzfP2fDIgd1q3ZF8K-ghc8.6.3.so
/usr/share/licenses/ghc-mwc-probability
/usr/share/licenses/ghc-mwc-probability/LICENSE

 
ICM