-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbibliography.bib
51 lines (45 loc) · 1.6 KB
/
bibliography.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
@book{mcelreath_20,
title={Statistical Rethinking: A Bayesian Course with Examples in R and Stan},
author={McElreath, R.},
isbn={9780367139919},
series={A Chapman \& Hall book},
url={https://books.google.ie/books?id=Ie2vxQEACAAJ},
year={2020},
publisher={CRC Press LLC}
}
@article{Vehtari_2021,
author = {Aki Vehtari and Andrew Gelman and Daniel Simpson and Bob Carpenter and Paul-Christian Bürkner},
title = {{Rank-Normalization, Folding, and Localization: An Improved $\widehat{R}$ for Assessing Convergence of MCMC}},
journal = {Bayesian Analysis},
publisher = {International Society for Bayesian Analysis},
pages = {1 -- 28},
year = {2021},
doi = {10.1214/20-BA1221},
URL = {https://doi.org/10.1214/20-BA1221}
}
@book{gelman2013bayesian,
title={Bayesian Data Analysis, Third Edition},
author={Gelman, A. and Carlin, J.B. and Stern, H.S. and Dunson, D.B. and Vehtari, A. and Rubin, D.B.},
isbn={9781439840955},
lccn={2013039507},
series={Chapman \& Hall/CRC Texts in Statistical Science},
url={https://books.google.ie/books?id=ZXL6AQAAQBAJ},
year={2013},
publisher={Taylor \& Francis}
}
@inbook{Osgood_2015,
title = "Combining Markov Chain Monte Carlo Approaches and Dynamic Modeling",
author = {Osgood, Nathaniel and Liu, Juxin},
year = "2015",
language = "English",
pages = "125--170",
booktitle = "Analytical Methods for Dynamic Modelers",
publisher = "MIT Press"}
@misc{betancourt2017conceptual,
title={A Conceptual Introduction to Hamiltonian Monte Carlo},
author={Betancourt, Michael},
year={2017},
eprint={1701.02434},
archivePrefix={arXiv},
primaryClass={stat.ME}
}