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.3.0 Vendor : obs://build_opensuse_org/devel:languages:haskell
Release : 10.1 Date : 2018-01-12 16:45:37
Group : Development/Libraries/Haskell Source RPM : ghc-mwc-probability-1.3.0-10.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:/8/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.3.0-HygkYD0aPQKHWIJE9COGBr-ghc8.0.2.so()(64bit)

Requires :
libc.so.6()(64bit)
libgmp.so.10()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libHStime-1.6.0.1-ghc8.0.2.so()(64bit)
libHSpretty-1.1.3.3-ghc8.0.2.so()(64bit)
libHSghc-boot-th-8.0.2-ghc8.0.2.so()(64bit)
libHSghc-prim-0.5.0.0-ghc8.0.2.so()(64bit)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
libHSvector-0.11.0.0-LMwQhhnXj8U3T5Bm1JFxG-ghc8.0.2.so()(64bit)
libHStemplate-haskell-2.11.1.0-ghc8.0.2.so()(64bit)
libHSvector-th-unbox-0.2.1.6-F1LQ0cjpUAg5AwrecpmsUP-ghc8.0.2.so()(64bit)
libHSarray-0.5.1.1-ghc8.0.2.so()(64bit)
libHStransformers-0.5.2.0-ghc8.0.2.so()(64bit)
libHSdeepseq-1.4.2.0-ghc8.0.2.so()(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
libHSbase-4.9.1.0-ghc8.0.2.so()(64bit)
libHSprimitive-0.6.1.0-6AbSTw9JXz141LE5p6LGH-ghc8.0.2.so()(64bit)
rpmlib(PayloadIsLzma) <= 4.4.6-1
libHSmwc-random-0.13.6.0-4EKMGw6QfaJLMhRUSL730j-ghc8.0.2.so()(64bit)
libHSmath-functions-0.2.1.0-JNickpnTA2s6HQEMSD4Mt1-ghc8.0.2.so()(64bit)
libHSinteger-gmp-1.0.0.1-ghc8.0.2.so()(64bit)


Content of RPM :
/usr/lib64/ghc-8.0.2/mwc-probability-1.3.0-HygkYD0aPQKHWIJE9COGBr
/usr/lib64/ghc-8.0.2/mwc-probability-1.3.0-HygkYD0aPQKHWIJE9COGBr/libHSmwc-probability-1.3.0-HygkYD0aPQKHWIJE9COGBr-ghc8.0.2.so
/usr/share/doc/packages/ghc-mwc-probability
/usr/share/doc/packages/ghc-mwc-probability/LICENSE

 
ICM