You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.Rmd
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,15 @@ Most model code are using the the same BSD-3 licence. Although, some models and
45
45
To simplify the use of `posteriordb`, there are convenience functions both in Python and in R. To use R, see the [posteriordb-r](https://github.com/stan-dev/posteriordb-r) repository, and to use Python, see the [posteriordb-python](https://github.com/stan-dev/posteriordb-python) repository.
46
46
47
47
## Citing `posteriordb`
48
-
Developing and maintaining open-source software is an important yet often underappreciated contribution to scientific progress. Thus, please make sure to cite it appropriately so that developers get credit for their work. Information on how to cite `posteriordb` can be found in the [CITATION.cff](https://github.com/stan-dev/posteriordb/blob/master/CITATION.cff) file. Use the "cite this repository" button under "About" to get a simple BibTeX or APA snippet.
48
+
Developing and maintaining open-source software is an important yet often underappreciated contribution to scientific progress. Thus, please make sure to cite it appropriately so that developers get credit for their work.
49
+
50
+
To cite the actual posterior database on github, information can be found in the [CITATION.cff](https://github.com/stan-dev/posteriordb/blob/master/CITATION.cff) file. Use the "cite this repository" button under "About" to get a simple BibTeX or APA snippet.
51
+
52
+
We have also released a paper describing `posteriordb` that we encourage to cite when using `posteriordb`:
53
+
54
+
Magnusson, M., Torgander, J., Bürkner, P., Zhang, L., Carpenter, B., Vehtari, A.. (2025). posteriordb: Testing, Benchmarking and Developing Bayesian Inference Algorithms. *Proceedings of The 28th International Conference on Artificial Intelligence and Statistics*, in *Proceedings of Machine Learning Research* 258:1198-1206 Available from (https://proceedings.mlr.press/v258/magnusson25a.html)[https://proceedings.mlr.press/v258/magnusson25a.html].
55
+
56
+
If you do extensive testing of individual posterior, also please consider citing the paper that introduced the posterior by citing the origin of the posterior. This information can be found in the meta data associated with the posterior, data an/or model.
49
57
50
58
As `posteriordb` rely heavily on Stan, so please consider also to cite Stan:
0 commit comments