SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : ghc-mwc-probability
Version : 2.0.4 Vendor : obs://build_opensuse_org/devel:languages:haskell
Release : lp150.4.3 Date : 2018-12-10 04:20:24
Group : Development/Libraries/Haskell Source RPM : ghc-mwc-probability-2.0.4-lp150.4.3.src.rpm
Size : 0.49 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:/12/openSUSE_Leap_15.0/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-GCECr91ugTo8arKyYAd192-ghc8.4.4.so()(64bit)

Requires :
libHSarray-0.5.2.0-ghc8.4.4.so()(64bit)
libHSbase-4.11.1.0-ghc8.4.4.so()(64bit)
libHSdeepseq-1.4.3.0-ghc8.4.4.so()(64bit)
libHSghc-boot-th-8.4.4-ghc8.4.4.so()(64bit)
libHSghc-prim-0.5.2.0-ghc8.4.4.so()(64bit)
libHSinteger-gmp-1.0.2.0-ghc8.4.4.so()(64bit)
libHSmath-functions-0.2.1.0-CaxWls9ISql1OteIWjZmJ5-ghc8.4.4.so()(64bit)
libHSmwc-random-0.13.6.0-7CTwhOPNgAX88PEcKdpdDm-ghc8.4.4.so()(64bit)
libHSpretty-1.1.3.6-ghc8.4.4.so()(64bit)
libHSprimitive-0.6.3.0-DaZpcxwJp2TGn8ITSgfI4C-ghc8.4.4.so()(64bit)
libHStemplate-haskell-2.13.0.0-ghc8.4.4.so()(64bit)
libHStime-1.8.0.2-ghc8.4.4.so()(64bit)
libHStransformers-0.5.5.0-ghc8.4.4.so()(64bit)
libHSvector-0.12.0.2-4IpdnxtqTfNJ9xEZNSAM2c-ghc8.4.4.so()(64bit)
libHSvector-th-unbox-0.2.1.6-E3IS3wQJtr81nsZLuwQxp3-ghc8.4.4.so()(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.2.5)(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.4.4/mwc-probability-2.0.4-GCECr91ugTo8arKyYAd192
/usr/lib64/ghc-8.4.4/mwc-probability-2.0.4-GCECr91ugTo8arKyYAd192/libHSmwc-probability-2.0.4-GCECr91ugTo8arKyYAd192-ghc8.4.4.so
/usr/share/licenses/ghc-mwc-probability
/usr/share/licenses/ghc-mwc-probability/LICENSE

 
ICM