@@ -26,6 +26,18 @@ bibentry(bibtype = "Article",
2626 header = "To cite the loo paper:"
2727)
2828
29+ bibentry(bibtype = "Article",
30+ title = "Uncertainty in Bayesian leave-one-out cross-validation based model comparison",
31+ author = c(person("Tuomas", "Sivula"),
32+ person("Måns", "Magnusson"),
33+ person("Asael Alonzo", "Matamoros"),
34+ person("Aki", "Vehtari")),
35+ journal = "Bayesian Analysis",
36+ year = "2025",
37+ note = "accepted for publication",
38+ header = "To cite when using loo_compare():"
39+ )
40+
2941bibentry(bibtype = "Article",
3042 title = "Using stacking to average Bayesian predictive distributions",
3143 author = c(person("Yuling", "Yao"),
@@ -40,3 +52,71 @@ bibentry(bibtype = "Article",
4052 doi = "10.1214/17-BA1091",
4153 header = "To cite the stacking paper:"
4254)
55+
56+ bibentry(
57+ title = "Pareto smoothed importance sampling",
58+ bibtype = "Article",
59+ author = c(
60+ person("Aki", "Vehtari"),
61+ person("Daniel", "Simpson"),
62+ person("Andrew", "Gelman"),
63+ person("Yuling", "Yao"),
64+ person("Jonah", "Gabry")
65+ ),
66+ journal = "Journal of Machine Learning Research",
67+ year = 2024,
68+ volume = 25,
69+ number = 72,
70+ pages = "1-58",
71+ header = "To cite Pareto-k diagnostics:"
72+ )
73+
74+ bibentry(
75+ bibtype = "Article",
76+ author = c(
77+ person(given = "Topi", family = "Paananen"),
78+ person(given = "Juho", family = "Piironen"),
79+ person(given = "Paul-Christian", family = "Buerkner"),
80+ person(given = "Aki", family = "Vehtari")
81+ ),
82+ title = "Implicitly adaptive importance sampling",
83+ journal = "Statistics and Computing",
84+ volume = 31,
85+ pages = "16",
86+ year = 2021,
87+ header = "To cite moment matching:"
88+ )
89+
90+ bibentry(
91+ bibtype = "InProceedings",
92+ author = c(
93+ person(given = "Måns", family = "Magnusson"),
94+ person(given = "Michael Riis", family = "Andersen"),
95+ person(given = "Johan", family = "Jonasson"),
96+ person(given = "Aki", family = "Vehtari")
97+ ),
98+ title = "Leave-One-Out Cross-Validation for Large Data",
99+ booktitle = "Thirty-sixth International Conference on Machine Learning",
100+ publisher = "PMLR",
101+ volume = "97",
102+ pages = "4244-4253",
103+ year = 2019,
104+ header = "To cite subsampling loo:"
105+ )
106+
107+ bibentry(
108+ bibtype = "InProceedings",
109+ author = c(
110+ person(given = "Måns", family = "Magnusson"),
111+ person(given = "Michael Riis", family = "Andersen"),
112+ person(given = "Johan", family = "Jonasson"),
113+ person(given = "Aki", family = "Vehtari")
114+ ),
115+ title = "Leave-One-Out Cross-Validation for Model Comparison in Large Data",
116+ booktitle = "Proceedings of the 23rd International Conference on Artificial Intelligence and Statistics (AISTATS)",
117+ publisher = "PMLR",
118+ volume = "108",
119+ pages = "341-351",
120+ year = 2019,
121+ header = "To cite subsampling loo:"
122+ )
0 commit comments