SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-flat-mcmc rpm build for : OpenSuSE. For other distributions click ghc-flat-mcmc.

Name : ghc-flat-mcmc
Version : 1.5.0 Vendor : openSUSE
Release : bp150.2.7 Date : 2018-07-30 21:19:00
Group : Development/Libraries/Haskell Source RPM : ghc-flat-mcmc-1.5.0-bp150.2.7.src.rpm
Size : 0.22 MB
Packager : https://bugs_opensuse_org
Summary : Painless general-purpose sampling
Description :
Flat-mcmc is a Haskell library for painless, efficient, general-purpose
sampling from continuous distributions.

flat-mcmc uses an ensemble sampler that is invariant to affine transformations
of space. It wanders a target probability distribution\'s parameter space as if
it had been \"flattened\" or \"unstretched\" in some sense, allowing many particles
to explore it locally and in parallel.

In general this sampler is useful when you want decent performance without
dealing with any tuning parameters or local proposal distributions.

flat-mcmc exports an \'mcmc\' function that prints a trace to stdout, as well as
a \'flat\' transition operator that can be used more generally.

> import Numeric.MCMC.Flat > import qualified Data.Vector.Unboxed as U
(unsafeIndex) > > rosenbrock :: Particle -> Double > rosenbrock xs = negate (5
* (x1 - x0 ^ 2) ^ 2 + 0.05 * (1 - x0) ^ 2) where > x0 = U.unsafeIndex xs 0 > x1
= U.unsafeIndex xs 1 > > origin :: Ensemble > origin = ensemble [ > particle
[negate 1.0, negate 1.0] > , particle [negate 1.0, 1.0] > , particle [1.0,
negate 1.0] > , particle [1.0, 1.0] > ] > > main :: IO () > main =
withSystemRandom . asGenIO $ mcmc 12500 origin rosenbrock.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-15/standard/x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ghc-flat-mcmc-1.5.0-bp150.2.7.x86_64.rpm
     

Provides :
ghc-flat-mcmc
ghc-flat-mcmc(x86-64)
libHSflat-mcmc-1.5.0-LWTl3dehtKoWRMZYxAmNn-ghc8.0.2.so()(64bit)

Requires :
libHSabstract-deque-0.3-HsNSfU9Tgm8E1vVRMg1lQ0-ghc8.0.2.so()(64bit)
libHSabstract-par-0.3.3-FIXQeoD8JqS8Il9xkWRf07-ghc8.0.2.so()(64bit)
libHSarray-0.5.1.1-ghc8.0.2.so()(64bit)
libHSbase-4.9.1.0-ghc8.0.2.so()(64bit)
libHSbinary-0.8.3.0-ghc8.0.2.so()(64bit)
libHSbytestring-0.10.8.1-ghc8.0.2.so()(64bit)
libHScereal-0.5.4.0-BsAGxfp8yAs3CiRo2E875e-ghc8.0.2.so()(64bit)
libHSclock-0.7.2-8dRNleB7rysIZAOReuhpZA-ghc8.0.2.so()(64bit)
libHScontainers-0.5.7.1-ghc8.0.2.so()(64bit)
libHSdeepseq-1.4.2.0-ghc8.0.2.so()(64bit)
libHSdouble-conversion-2.0.2.0-EDlTSXX4lvnCF3YHtxZXE9-ghc8.0.2.so()(64bit)
libHSexceptions-0.8.3-ADEDRATtUrMK1JW4zMQ9U-ghc8.0.2.so()(64bit)
libHSformatting-6.2.4-7FTtZ3OzO8PAAvGTzDRM4D-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)
libHShashable-1.2.6.1-ArdkmQrtdsLPQA60ZQw2E-ghc8.0.2.so()(64bit)
libHSinteger-gmp-1.0.0.1-ghc8.0.2.so()(64bit)
libHSinteger-logarithms-1.0.2-92lMiWV9mmYAwfMEYgfQ0D-ghc8.0.2.so()(64bit)
libHSmath-functions-0.2.1.0-KPr6PZcLbtiGnQNnW2g0oV-ghc8.0.2.so()(64bit)
libHSmcmc-types-1.0.3-Kp77pZ1QbC18FT24eoMFDm-ghc8.0.2.so()(64bit)
libHSmmorph-1.0.9-5bASEvmIkr5CpdAYXwPsn0-ghc8.0.2.so()(64bit)
libHSmonad-par-0.3.4.8-4MpI1cnQuTR5IrG6dFwtI7-ghc8.0.2.so()(64bit)
libHSmonad-par-extras-0.3.3-5IzzcdedS5bLAPIhSP2Ku6-ghc8.0.2.so()(64bit)
libHSmtl-2.2.1-BLKBelFsPB3BoFeSWSOYj6-ghc8.0.2.so()(64bit)
libHSmwc-probability-1.3.0-5eyy6fOgVsWGmyLzJCjkpB-ghc8.0.2.so()(64bit)
libHSmwc-random-0.13.6.0-FYg9HqO0pqB8vcniiPVzVy-ghc8.0.2.so()(64bit)
libHSold-locale-1.0.0.7-KGBP1BSKxH5GCm0LnZP04j-ghc8.0.2.so()(64bit)
libHSparallel-3.2.1.1-KQJHWCcq2Ka569Stb10nhx-ghc8.0.2.so()(64bit)
libHSpipes-4.3.4-IzZdzyWEw6TEBmgi7OaP91-ghc8.0.2.so()(64bit)
libHSpretty-1.1.3.3-ghc8.0.2.so()(64bit)
libHSprimitive-0.6.2.0-4578caNkWQ54Gt1mxLF2Yh-ghc8.0.2.so()(64bit)
libHSrandom-1.1-9tceXaeYIMZ4JrKq20Egog-ghc8.0.2.so()(64bit)
libHSscientific-0.3.5.1-29PQkFlSg2MLG0o5mYHr65-ghc8.0.2.so()(64bit)
libHSstm-2.4.4.1-JQn4hNPyYjP5m9AcbI88Ve-ghc8.0.2.so()(64bit)
libHStemplate-haskell-2.11.1.0-ghc8.0.2.so()(64bit)
libHStext-1.2.2.2-1cn50juu89QSL9QkUVcRY-ghc8.0.2.so()(64bit)
libHStext-format-0.3.1.1-2rIdrlmbdXRDkxGLbZkfzz-ghc8.0.2.so()(64bit)
libHStime-1.6.0.1-ghc8.0.2.so()(64bit)
libHStransformers-0.5.2.0-ghc8.0.2.so()(64bit)
libHStransformers-compat-0.5.1.4-IuFogs8HAVUJBWVNMhtssu-ghc8.0.2.so()(64bit)
libHSvector-0.12.0.1-692PQMDMB6pIQ1uGwefDcQ-ghc8.0.2.so()(64bit)
libHSvector-th-unbox-0.2.1.6-46ifXx3IRXQF8ghjmDE5S-ghc8.0.2.so()(64bit)
libHSvoid-0.7.2-4PWwLjXxAER9U3zGpDhf6e-ghc8.0.2.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libgmp.so.10()(64bit)
libstdc++.so.6()(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.0.2/flat-mcmc-1.5.0-LWTl3dehtKoWRMZYxAmNn
/usr/lib64/ghc-8.0.2/flat-mcmc-1.5.0-LWTl3dehtKoWRMZYxAmNn/libHSflat-mcmc-1.5.0-LWTl3dehtKoWRMZYxAmNn-ghc8.0.2.so
/usr/share/doc/packages/ghc-flat-mcmc
/usr/share/doc/packages/ghc-flat-mcmc/LICENSE

 
ICM