packages feed

NestedSampling 0.1.1 → 0.1.2

raw patch · 1 files changed

+7/−7 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

NestedSampling.cabal view
@@ -1,5 +1,5 @@ Name:                NestedSampling-Version:             0.1.1+Version:             0.1.2 Synopsis:            A port of John Skilling's nested sampling C code to Haskell.  Description:         Nested Sampling is a numerical algorithm for approximate Bayesian@@ -7,18 +7,18 @@                      distribution but its main purpose is to estimate the                      evidence P(M|D) of the model conditioned on the observed                      data. More information on Nested Sampling is available-                     at http://en.wikipedia.org/wiki/Nested_sampling_algorithm.-+                     at <http://en.wikipedia.org/wiki/Nested_sampling_algorithm>.+                     .                      The original code can be found at-                     http://www.inference.phy.cam.ac.uk/bayesys/sivia/+                     <http://www.inference.phy.cam.ac.uk/bayesys/sivia/>                      along with documentation at-                     http://www.inference.phy.cam.ac.uk/bayesys/.+                     <http://www.inference.phy.cam.ac.uk/bayesys/>.                      An example program called lighthouse.hs is included.-+                     .                      So far, only the simple demonstration file called mininest.c                      has been ported. There is a more sophisticated C library                      available at-                     http://www.inference.phy.cam.ac.uk/bayesys/nest/nest.tar.gz+                     <http://www.inference.phy.cam.ac.uk/bayesys/nest/nest.tar.gz>                      but it has not been ported to Haskell yet.  Homepage:            https://github.com/ijt/haskell_nested_sampling