@@ -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