Skip to content

Commit 3c1f1d9

Browse files
committed
updt
1 parent d72f67d commit 3c1f1d9

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

README.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,18 @@ https://johnveitch.github.io/cpnest/)
179179
---
180180

181181

182+
## dyPolyChord
183+
184+
> dyPolyChord implements dynamic nested sampling using the efficient PolyChord sampler to provide state-of-the-art nested sampling performance. Any likelihoods and priors which work with PolyChord can be used (Python, C++ or Fortran), and the output files produced are in the PolyChord format.
185+
186+
<img src="./img/github.png" width="20" height="20"> [Repo](
187+
https://github.com/ejhigson/dyPolyChord) |
188+
<img src="./img/docs.png" width="20" height="20"> [Docs](
189+
https://dypolychord.readthedocs.io/en/)
190+
191+
---
192+
193+
182194
## dynesty
183195

184196
> A Dynamic Nested Sampling package for computing Bayesian posteriors and
@@ -205,7 +217,7 @@ variable inference, and predictions.
205217
(2016)](https://arxiv.org/abs/1610.09787))
206218

207219
<img src="./img/github.png" width="20" height="20"> [Repo](
208-
https://github.com/tensorflow/probability/tree/master/tensorflow_probability/python/edward2)
220+
https://github.com/google/edward2)
209221

210222
---
211223

@@ -656,6 +668,21 @@ http://matatat.org/sampyl/index.html)
656668
---
657669

658670

671+
## sbi
672+
673+
> PyTorch package for simulation-based inference. Simulation-based inference is
674+
the process of finding parameters of a simulator from observations. sbi takes a Bayesian approach and returns a full posterior distribution over the parameters, conditional on the observations. This posterior can be amortized (i.e. useful for any observation) or focused (i.e. tailored to a particular observation), with different computational trade-offs.
675+
676+
<img src="./img/github.png" width="20" height="20"> [Repo](
677+
https://github.com/mackelab/sbi/) |
678+
<img src="./img/docs.png" width="20" height="20"> [Docs](
679+
https://www.mackelab.org/sbi/)
680+
<img src="./img/art.png" width="20" height="20"> [Article](
681+
https://doi.org/10.21105/joss.02505)
682+
683+
---
684+
685+
659686
## simpleabc
660687

661688
> A Python package for Approximate Bayesian Computation.
@@ -723,4 +750,4 @@ https://github.com/minaskar/zeus) |
723750
<img src="./img/docs.png" width="20" height="20"> [Docs](
724751
https://zeus-mcmc.readthedocs.io/) |
725752
<img src="./img/art.png" width="20" height="20"> [Article](
726-
https://ui.adsabs.harvard.edu/abs/2020arXiv200206212K/abstract)
753+
https://api.semanticscholar.org/CorpusID:234338965)

0 commit comments

Comments
 (0)