Skip to content

Commit d6fe380

Browse files
authored
Merge pull request #311 from stan-dev/update-loo-uncertainty-ref
update LOO uncertainty paper to use BA doi
2 parents d014407 + 4758c52 commit d6fe380

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ Config/testthat/start-first: loo_subsampling_cases, loo_subsampling
5858
Encoding: UTF-8
5959
LazyData: TRUE
6060
Roxygen: list(markdown = TRUE)
61-
RoxygenNote: 7.3.2
61+
RoxygenNote: 7.3.3
6262
SystemRequirements: pandoc (>= 1.12.3), pandoc-citeproc

R/loo.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ pointwise_loo_calcs <- function(ll, psis_object) {
446446
#' @param diagnostics Named list containing vector `pareto_k` and vector `n_eff`.
447447
#' @param dims Log likelihood matrix dimensions (attribute of `"psis"` object).
448448
#' @template is_method
449-
#' @param is_object An object of class `"psis"/"tis"/"sis"`, as returned by the [psis()/tis()/sis()] function.
449+
#' @param is_object An object of class `"psis"/"tis"/"sis"`, as returned by the `psis()`/`tis()`/`sis()` function.
450450
#' @return A `'importance_sampling_loo'` object as described in the Value section of the [loo()]
451451
#' function documentation.
452452
#'

R/loo_subsample.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ estimator_choices <- function() {
471471

472472
#' Utility function to apply user-specified log-likelihood to a single data point
473473
#' @details
474-
#' See [elpd_loo_approximation] and [compute_lpds] for usage examples
474+
#' See `elpd_loo_approximation` and `compute_lpds` for usage examples
475475
#' @noRd
476476
#'
477477
#' @return lpd value for a single data point i
@@ -487,7 +487,7 @@ lpd_i <- function(i, llfun, data, draws) {
487487
#' using platform-dependent parallel backends when cores > 1
488488
#'
489489
#' @details
490-
#' See [elpd_loo_approximation] for usage examples
490+
#' See `elpd_loo_approximation` for usage examples
491491
#'
492492
#' @noRd
493493
#' @return a vector of computed log probability densities

inst/CITATION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ bibentry(bibtype = "Article",
3434
person("Aki", "Vehtari")),
3535
journal = "Bayesian Analysis",
3636
year = "2025",
37-
note = "accepted for publication",
37+
note = "doi:10.1214/24-BA1453",
3838
header = "To cite when using loo_compare():"
3939
)
4040

man-roxygen/loo-and-compare-references.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
#'
1313
#' Sivula, T, Magnusson, M., Matamoros A. A., and Vehtari, A. (2025).
1414
#' Uncertainty in Bayesian leave-one-out cross-validation based model
15-
#' comparison. *Bayesian Analysis*, accepted for publication.
16-
#' [preprint arXiv:2008.10296v5.](https://arxiv.org/abs/2008.10296v5).
15+
#' comparison. *Bayesian Analysis*,
16+
#' [doi:10.1214/25-BA1569](https://doi.org/10.1214/25-BA1569).
1717
#'
1818
#' McLatchie, Y., and Vehtari, A. (2024). Efficient estimation and
1919
#' correction of selection-induced bias with order statistics.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#' @references
22
#' Sivula, T, Magnusson, M., Matamoros A. A., and Vehtari, A. (2025).
33
#' Uncertainty in Bayesian leave-one-out cross-validation based model
4-
#' comparison. *Bayesian Analysis*, accepted for publication.
5-
#' [preprint arXiv:2008.10296v5.](https://arxiv.org/abs/2008.10296v5).
4+
#' comparison. *Bayesian Analysis*,
5+
#' [doi:10.1214/25-BA1569](https://doi.org/10.1214/25-BA1569).

man/loo-glossary.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/loo_compare.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)