MSCE / ESS for inference #759
Replies: 2 comments 20 replies
|
So you're saying that ESS is that primarily a property characterizing a parameter (e.g., "The" ESS of the intercept is X, of beta1 is Y) but should be reported differentially for each statistic? And act like an uncertainty index... For the statistics themselves? Interesting meta-uncertainty concept |
These two
There is no sense in reporting ESS with such accuracy, and it would be better to round and report ESS = 919 to avoid unnecessary clutter
They represent also Bayesian uncertainty and information loss respectively (they can derived using a model and prior etc.) Bulk-ESS is often higher than Tail-ESS for easy posteriors that are close to normal in which case Stan's NUTS/HMC produces antithetic Markov chains that can have super efficiency for mean and other bulk quantites (ESS is bigger than the sample size). Bulk-ESS is often lower than Tail-ESS in case of bimodal distributions with mean/median being between the modes. ESSs are useful unitless values to get rough idea about the MCMC performance. For reporting quantities of interest MCSE is more specific. See more in Case study: https://avehtari.github.io/Bayesian-Workflow/digits/digits.html Feel free to ask more about posterior and model diagnostics |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Following the discussion in #757, if one were interested in obtaining MSCE or ESS for inferential quantities such as p-direction or p-rope, here's how one would do it:
p-direction
Created on 2026-04-22 with reprex v2.1.1
We would report:
p-ROPE
We would report:
All reactions