Skip to content

Commit c558f2a

Browse files
committed
fix bad word + add two methods
1 parent f189311 commit c558f2a

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
title: pythonMCMC
2-
description: A list of Python-based MCMC & ABC packagess
2+
description: A list of Python-based MCMC & ABC packages
33
show_downloads: false
44
theme: jekyll-theme-minimal
55
is_project_page: true

index.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,24 @@ https://academic.oup.com/bioinformatics/article/26/14/1797/178572)
106106
---
107107

108108

109+
## approxbayescomp
110+
111+
> Approximate Bayesian Computation (ABC) is a statistical method to fit a Bayesian
112+
> model to data when the likelihood function is hard to compute. The approxbayescomp
113+
> package implements an efficient form of ABC — the sequential Monte Carlo (SMC)
114+
> algorithm. While it can handle any general statistical problem, we built in some
115+
> models so that fitting insurance loss distributions is particularly easy.
116+
117+
<img src="./img/github.png" width="20" height="20"> [Repo](
118+
https://github.com/Pat-Laub/approxbayescomp) |
119+
<img src="./img/docs.png" width="20" height="20"> [Docs](
120+
https://laub.au/approxbayescomp/latest/) |
121+
<img src="./img/art.png" width="20" height="20"> [Article](
122+
https://arxiv.org/abs/2007.03833)
123+
124+
---
125+
126+
109127
## astroABC
110128

111129
> astroABC is a Python implementation of an Approximate Bayesian Computation
@@ -455,6 +473,26 @@ https://arxiv.org/abs/1111.4246)
455473
---
456474

457475

476+
## pocoMC
477+
478+
> pocoMC is a Python package for fast Bayesian posterior and model evidence estimation.
479+
> It leverages the Preconditioned Monte Carlo (PMC) algorithm, offering significant
480+
> speed improvements over traditional methods like MCMC and Nested Sampling. Ideal
481+
> for large-scale scientific problems with expensive likelihood evaluations,
482+
> non-linear correlations, and multimodality, pocoMC provides efficient and scalable
483+
> posterior sampling and model evidence estimation. Widely used in cosmology and
484+
> astronomy, pocoMC is user-friendly, flexible, and actively maintained.
485+
486+
<img src="./img/github.png" width="20" height="20"> [Repo](
487+
https://github.com/minaskar/pocomc) |
488+
<img src="./img/docs.png" width="20" height="20"> [Docs](
489+
https://pocomc.readthedocs.io/)
490+
<img src="./img/art.png" width="20" height="20"> [Article](
491+
https://ui.adsabs.harvard.edu/abs/2022JOSS....7.4634K/abstract)
492+
493+
---
494+
495+
458496
## pgmpy
459497

460498
> Python library for working with Probabilistic Graphical Models.

0 commit comments

Comments
 (0)