Hi everyone. I wrote a small R library for quickly computing posterior summaries of draws_df objects. It’s available at the link below. I’ve seen that there’s been some discussion of speeding up summaries before, but this goes beyond speeding up the mean/median/sd and also improves the speed of computing the convergence metrics. My function is not as generic / deeply-tested as posterior::summarise_draws(), but it gives me a good performance boost for my purposes. Maybe someone will find it useful, just thought I’d share.
I wondered about this! Thanks for confirming. Compared to posterior, stansummary does not provide tail ESS either. Is this something we can hope for too?
yes. we were lucky to pick up a new Stan dev who implemented the rank-normalization needed to do the bulk, tail Rhat, it’s just a matter of using that for ESS as well. as I said, WIP.