Skip to content

Commit 93fdbff

Browse files
committed
another loo_compare doc edit
1 parent c59414e commit 93fdbff

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

R/loo_compare.R

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,13 @@
5858
#' (outliers). `elpd_diff` and `se_diff` are still indicative of the
5959
#' differences and uncertainties, and for example, if `|elpd_diff|` is
6060
#' many times larger than `se_diff` the difference is quite certain.
61-
#' While `khat > 0.5` indicates possibility of outliers, it is also
62-
#' possible that both models compared seem to be well specified based
61+
#' The `khat` value for the `diag_diff` column is computed using
62+
#' the pointwise elpd differences (and is different frin `khat`s in PSIS-LOO
63+
#' diagnostic). While `khat > 0.5` indicates possibility of outliers, it is
64+
#' also possible that both models compared seem to be well specified based
6365
#' on model checking, but the pointwise ELPD differences have such thick
6466
#' tails that the normal approximation for the sum is not good (Vehtari et
65-
#' al., 2024). Note that `khat`s in `diag_diff` column are different from
66-
#' the `khat`s in PSIS-LOO diagnostic.
67+
#' al., 2024).
6768
#'
6869
#' The column `diag_elpd` shows diagnostic for the pointwise ELPD
6970
#' computations for each model. If `k khat_psis > 0.7` is shown,

0 commit comments

Comments
 (0)