Pymc3: Add effective sample size and gelman_rubin rhat to `pm.df_summary` output

Created on 30 Aug 2017  路  5Comments  路  Source: pymc-devs/pymc3

To be in line with the output in Stan cell 8. Both are easily available already using pm.effective_n and pm.gelman_rubin. This should make a good first contribution.

beginner friendly enhancements

Most helpful comment

Thanks @junpenglao for flagging this as 'beginner_friendly`, as it was a clear addition to make, and a great excuse to get my environment set-up and get to know the codebase. I'll submit the PR today.

All 5 comments

Thanks @junpenglao for flagging this as 'beginner_friendly`, as it was a clear addition to make, and a great excuse to get my environment set-up and get to know the codebase. I'll submit the PR today.

Awesome @SioKCronin!

Awsome @SioKCronin :)

I encountered an architecture question re: stats.py and diagnostics.py (https://github.com/pymc-devs/pymc3/pull/2576), and warmly welcome feedback.

Fixed in #2576

Was this page helpful?
0 / 5 - 0 ratings