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 359853a commit b7db7ddCopy full SHA for b7db7dd
1 file changed
R/loo_compare.R
@@ -60,8 +60,10 @@
60
#' 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
63
-#' on model checking, but the pointwise ELPD differences have such thick tails
64
-#' that the normal approximation for the sum is not good.
+#' on model checking, but the pointwise ELPD differences have such thick
+#' tails that the normal approximation for the sum is not good (note that
65
+#' `khat`s in `diag_diff` column are different from the `khat`s in PSIS-LOO
66
+#' diagnostic).
67
#'
68
#' The column `diag_elpd` shows diagnostic for the pointwise ELPD
69
#' computations for each model. If `k khat_psis > 0.7` is shown,
0 commit comments