LOOComparison
Comparison of two PSIS-LOO results on the same data.
Usage
LOOComparison(
elpd_diff,
se_diff,
)Attributes
elpd_diff: float-
Difference in ELPD_LOO:
result1.elpd_loo - result2.elpd_loo. Positive meansresult1is preferred; negative meansresult2. se_diff: float-
Standard error of
elpd_diff, computed from the pointwise differences usingsqrt(n * var(pointwise1 - pointwise2)).