Turning Off Checks In rstan:::monitor

After 2.19 rstan:::monitor computes many summaries at once, including some default quantiles in addition to those specified by the probs argument and bulk/tails ESSs. This makes montior exceedingly slow – is there any way to turn off these new summaries or compute the summaries one by one?

Someone relevantly, probs=c() no longer works.

We didn’t implement an option to calculate things selectively, but the essence of the code is just

Thanks – I was able to hack my own sparse monitor functionality from the code.