Skip to content

Commit

Permalink
changed title
Browse files Browse the repository at this point in the history
  • Loading branch information
sterinaldi committed Feb 13, 2024
1 parent 4c81a72 commit 799d233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paper.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'FIGARO: Non-parametric hierarchical inference for population studies'
title: 'FIGARO: hierarchical non-parametric inference for population studies'
tags:
- Python
- astronomy
Expand Down Expand Up @@ -46,7 +46,7 @@ Despite being originally developed in the context of GW physics and in particula
The flexibility of (H)DPGMM in reconstructing arbitrary probability densities united with the speed provided by the Gibbs sampling variation we implemented in this package makes `FIGARO` an ideal tool for population studies.

# Availability and usage
`FIGARO` is available via [PyPI](https://pypi.org/project/figaro/) and is compatible with `python < 3.12`. The code is hosted on [GitHub](https://github.com/sterinaldi/figaro) and the documentation can be found at [readthedocs.io](https://figaro.readthedocs.io). `FIGARO` comes with two CLIs to perform both the reconstruction of a probability density given a set of samples (``figaro-density``) and the hierarchical inference (``figaro-hierarchical``). The code repository also includes a [jupyter notebook](https://github.com/sterinaldi/FIGARO/blob/main/introductive_guide.ipynb) with a tutorial on how to use `FIGARO` in a custom `python` script.
`FIGARO` is available via [PyPI](https://pypi.org/project/figaro/) and is compatible with `python<3.12`. The code is hosted on [GitHub](https://github.com/sterinaldi/figaro) and the documentation can be found at [readthedocs.io](https://figaro.readthedocs.io). `FIGARO` comes with two CLIs to perform both the reconstruction of a probability density given a set of samples (``figaro-density``) and the hierarchical inference (``figaro-hierarchical``). The code repository also includes a [jupyter notebook](https://github.com/sterinaldi/FIGARO/blob/main/introductive_guide.ipynb) with a tutorial on how to use `FIGARO` in a custom `python` script.

# Publications
This is a list of the publications that made use of `FIGARO` so far:
Expand Down

0 comments on commit 799d233

Please sign in to comment.