Skip to content

Commit 1d69d28

Browse files
docs: update README with tutorial paper reference (#1712)
* Update README with tutorial paper reference Added a reference to a tutorial paper on simulation-based inference. * fix: minor typo fixes for README update --------- Co-authored-by: michaeldeistler <michael.deistler95@gmail.com>
1 parent d86f9d9 commit 1d69d28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ You can also access and run these tutorials directly in your browser by opening
136136
“Code” button on the GitHub repository and select “Open with Codespaces.” This provides
137137
a fully functional environment where you can explore `sbi` through Jupyter notebooks.
138138

139+
You might also find this tutorial paper useful: [Deistler, M., Boelts, J., Steinbach, P., Moss, G., Moreau, T., Gloeckler, M., ... & Macke, J. H. (2025). Simulation-based inference: A practical guide. arXiv preprint arXiv:2508.12939.](https://arxiv.org/abs/2508.12939). It describes the SBI workflow and offers practical guidelines and diagnostic tools for every stage of the process: from setting up the simulator and prior, choosing and training inference networks, to performing inference and validating the results. It also includes several worked examples.
140+
139141
## Inference Algorithms
140142

141143
The following inference algorithms are currently available. You can find instructions on

0 commit comments

Comments
 (0)