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
Two calls to loo() on the same object will not produce identical results, as mcse_elpd() calls rnorm() without setting a seed. Perhaps this is by design, but if so, it's not documented. This affects only the mcse_elpd_loo column of loo$pointwise.
Two calls to
loo()on the same object will not produce identical results, asmcse_elpd()callsrnorm()without setting a seed. Perhaps this is by design, but if so, it's not documented. This affects only themcse_elpd_loocolumn ofloo$pointwise.