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
brms::pp_check(type = "error_scatter_avg_vs_x"), which calls bayesplot::ppc_error_scatter_avg_vs_x, has residuals that vary wildly from one run to the next when the noise distribution (family) is a Student $t$ distribution with small nu (aka df).
I suspect the problem is caused by the "average" being computed as the mean, which gets wildly distorted by outliers generated by the kurtotic noise distribution. I suspect the problem would be greatly ameliorated if the average could instead be computed as the median. But there seems to be no option for this, while some of the brms functions do have an argument robust = TRUE.