File: CITATION

package info (click to toggle)
r-cran-loo 2.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,836 kB
  • sloc: sh: 15; makefile: 2
file content (122 lines) | stat: -rw-r--r-- 3,933 bytes parent folder | download
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)
authors <- do.call(c, lapply(meta$Author, as.person))
authors <- grep("\\[cre|\\[aut", authors, value = TRUE)

bibentry(bibtype = "Misc",
         title = "loo: Efficient leave-one-out cross-validation and WAIC for Bayesian models",
         author = authors,
         year = year,
         note = note,
         url = "https://mc-stan.org/loo/",
         header = "To cite the loo R package:"
)

bibentry(bibtype = "Article",
         title = "Practical Bayesian model evaluation using leave-one-out cross-validation and WAIC",
         author = c(person("Aki", "Vehtari"),
                    person("Andrew", "Gelman"),
                    person("Jonah", "Gabry")),
         year = "2017",
         journal = "Statistics and Computing",
         volume = 27,
         issue = 5,
         pages = "1413--1432",
         doi = "10.1007/s11222-016-9696-4",
         header = "To cite the loo paper:"
)

bibentry(bibtype = "Article",
         title = "Uncertainty in Bayesian leave-one-out cross-validation based model comparison",
         author = c(person("Tuomas", "Sivula"),
                    person("Måns", "Magnusson"),
                    person("Asael Alonzo", "Matamoros"),
    		    person("Aki", "Vehtari")),
         journal = "Bayesian Analysis",
         year = "2025",
         note = "doi:10.1214/24-BA1453",
         header = "To cite when using loo_compare():"
)

bibentry(bibtype = "Article",
         title = "Using stacking to average Bayesian predictive distributions",
         author = c(person("Yuling", "Yao"),
    		            person("Aki", "Vehtari"),
                    person("Daniel", "Simpson"),
                    person("Andrew", "Gelman")),
         journal = "Bayesian Analysis",
         year = "2018",
         volume = 13,
         issue = 3,
         pages = "917--1007",
         doi = "10.1214/17-BA1091",
         header = "To cite the stacking paper:"
)

bibentry(
  title = "Pareto smoothed importance sampling",
  bibtype = "Article",
  author = c(
    person("Aki", "Vehtari"),
    person("Daniel", "Simpson"),
    person("Andrew", "Gelman"),
    person("Yuling", "Yao"),
    person("Jonah", "Gabry")
  ),
  journal = "Journal of Machine Learning Research",
  year = 2024,
  volume = 25,
  number = 72,
  pages = "1-58",
  header = "To cite Pareto-k diagnostics:"
)

bibentry(
  bibtype = "Article",
  author = c(
    person(given = "Topi", family = "Paananen"),
    person(given = "Juho", family = "Piironen"),
    person(given = "Paul-Christian", family = "Buerkner"),
    person(given = "Aki", family = "Vehtari")
  ),
  title = "Implicitly adaptive importance sampling",
  journal = "Statistics and Computing",
  volume = 31,
  pages = "16",
  year = 2021,
  header = "To cite moment matching:"
)

bibentry(
  bibtype = "InProceedings",
  author = c(
    person(given = "Måns", family = "Magnusson"),
    person(given = "Michael Riis", family = "Andersen"),
    person(given = "Johan", family = "Jonasson"),
    person(given = "Aki", family = "Vehtari")
  ),
  title = "Leave-One-Out Cross-Validation for Large Data",
  booktitle = "Thirty-sixth International Conference on Machine Learning",
  publisher = "PMLR",
  volume = "97",
  pages = "4244-4253",
  year = 2019,
  header = "To cite subsampling loo:"
)

bibentry(
  bibtype = "InProceedings",
  author = c(
    person(given = "Måns", family = "Magnusson"),
    person(given = "Michael Riis", family = "Andersen"),
    person(given = "Johan", family = "Jonasson"),
    person(given = "Aki", family = "Vehtari")
  ),
  title = "Leave-One-Out Cross-Validation for Model Comparison in Large Data",
  booktitle = "Proceedings of the 23rd International Conference on Artificial Intelligence and Statistics (AISTATS)",
  publisher = "PMLR",
  volume = "108",
  pages = "341-351",
  year = 2019,
  header = "To cite subsampling loo:"
)