cmdstan icon indicating copy to clipboard operation
cmdstan copied to clipboard

Update stansummary to use new rhat diagnostic

Open mitzimorris opened this issue 1 year ago • 1 comments

Summary:

Stan PR https://github.com/stan-dev/stan/pull/3266 update Rhat statistic. Change stansummary accordingly

Description:

~~Open questions: change computation of ESS as well to match R-ecosystem bulk / tail estimates?~~

Adding R_hat_bulk and R_hat_tail; no ESS_bulk/ESS_tale (as of yet)

Current Output:

The current output. Knowing what is the current behavior is useful.

Expected Output:

Describe what you expect the output to be. Knowing the correct behavior is also very useful.

Additional Information:

Provide any additional information here.

Current Version:

v2.34.1

mitzimorris avatar Apr 23 '24 18:04 mitzimorris

answering question:

Open questions: change computation of ESS as well to match R-ecosystem bulk / tail estimates?

https://github.com/stan-dev/stan/pull/3266 only recalculated R-hat; not computing bulk/tail for ESS.

mitzimorris avatar Jul 11 '24 19:07 mitzimorris