You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ How detailed should the math for the computation be and how to attribute properly the work from the overleaf document? Are you considering to publish it? -> Answered: we target for a preprint that we can cite.
39
+
+~How detailed should the math for the computation be and how to attribute properly the work from the overleaf document? Are you considering to publish it?~ -> Answered: we target for a preprint that we can cite.
40
40
+ Currently, `elpd` is computed by default in `pred_measure`. This is helpful, when we want to have it by default in `model_compare`. Do we want this default behavior?
41
-
+ Related question: The default print method of `model_compare` shows only the `elpd`, only when`print(..., measures = "all")`is passed, all measures are shown. Do we want this?
41
+
+ Related question: The default print method of `model_compare` shows `elpd` output only. Using`print(..., measures = "all")`allows to see all measures. See below for example. Do we want this?
42
42
+ For `elpd`, we provide in the `model_compare` output the additional columns `p_worse`, `diag_diff`, `diag_elpd`.
43
43
+ Do we want to have `p_worse` and `diag_diff` for all measures?
44
-
+ I moved the column `diag_elpd` out from the elpd-specific measure block and treat it as an "overall" information (see printed output below).
45
-
+ Furthermore, I renamed `diag_elpd` to `diag_psis` as it seems not be specific to elpd or do I misunderstand this?
46
-
+ General: Is the current design of `model_compare()` okay?
47
-
+ Which warnings/messages do we want to provide and which should only be part of the function documentation?
44
+
+ I moved the column `diag_elpd` out from the elpd-specific measure block and treat it as an "overall" (and not measure-specific) information (see printed output below).
45
+
+ Currently, there are a lot of warnings/messages. Which ones do we want to provide in output and which ones in function documentation?
0 commit comments