Skip to content

Commit f189311

Browse files
committed
add nautilus
1 parent 9a34642 commit f189311

2 files changed

Lines changed: 23 additions & 5 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
minimal/*
1+
minimal*

index.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ of [MCMC algorithms](https://m-clark.github.io/docs/ld_mcmc/).
99

1010
## ABCer
1111

12-
> A general ABC framework to accommondate any type of model for parameter
12+
> A general ABC framework to accommodate any type of model for parameter
1313
inference.
1414

1515
<img src="./img/github.png" width="20" height="20"> [Repo](
@@ -348,11 +348,10 @@ https://pages.uoregon.edu/bfarr/kombine/index.html)
348348
## MC3
349349

350350
> Multi-Core Markov-Chain Monte Carlo (MC3) is a powerful Bayesian-statistics
351-
tool that offers:
351+
> tool that offers:
352352
>
353353
> * Levenberg-Marquardt least-squares optimization.
354-
> * Markov-chain Monte Carlo (MCMC) posterior-distribution sampling following
355-
the:
354+
> * Markov-chain Monte Carlo (MCMC) posterior-distribution sampling following the:
356355
> * Metropolis-Hastings algorithm with Gaussian proposal distribution,
357356
> * Differential-Evolution MCMC (DEMC), or
358357
> * DEMCzs (Snooker).
@@ -367,6 +366,25 @@ http://adsabs.harvard.edu/abs/2017AJ....153....3C)
367366
---
368367

369368

369+
## nautilus
370+
371+
> Nautilus is an MIT-licensed pure-Python package for Bayesian posterior and evidence
372+
> estimation. It utilizes importance sampling and efficient space exploration using
373+
> neural networks. Compared to traditional MCMC and Nested Sampling codes, it often
374+
> needs fewer likelihood calls and produces much larger posterior samples.
375+
> Additionally, nautilus is highly accurate and produces Bayesian evidence estimates
376+
> with percent precision. It is widely used in many areas of astrophysical research.
377+
378+
<img src="./img/github.png" width="20" height="20"> [Repo](
379+
https://github.com/johannesulf/nautilus) |
380+
<img src="./img/docs.png" width="20" height="20"> [Docs](
381+
https://nautilus-sampler.readthedocs.io/) |
382+
<img src="./img/art.png" width="20" height="20"> [Article](
383+
https://academic.oup.com/mnras/article/525/2/3181/7243406)
384+
385+
---
386+
387+
370388
## Nested Sampling
371389

372390
> Flexible and efficient Python implementation of the nested sampling algorithm.

0 commit comments

Comments
 (0)