We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6fe380 commit 9ab94d7Copy full SHA for 9ab94d7
1 file changed
R/E_loo.R
@@ -5,9 +5,10 @@
5
#' [PSIS][psis()] smoothing procedure. The expectations estimated by the
6
#' `E_loo()` function assume that the PSIS approximation is working well.
7
#' **A small [Pareto k][pareto-k-diagnostic] estimate is necessary,
8
-#' but not sufficient, for `E_loo()` to give reliable estimates.** Additional
9
-#' diagnostic checks for gauging the reliability of the estimates are in
10
-#' development and will be added in a future release.
+#' but not sufficient, for `E_loo()` to give reliable estimates. If
+#' If `log_ratios` argument is provided, `E_loo()` computes also a function
+#' specific Pareto k, which needs also to be small for a reliable estimate.
11
+# See more below.
12
#'
13
#' @export
14
#' @param x A numeric vector or matrix.
0 commit comments