arviz_stats.base.array_stats.rhat_nested#
- array_stats.rhat_nested(ary, superchain_ids, method='rank', chain_axis=-2, draw_axis=-1)#
Compute nested rhat on array-like inputs.
See docstring of
arviz_stats.rhat_nested
for full description of computation and arguments.- Parameters:
- aryarray_like
- superchain_idsarray_like
- chain_axis
int
, default -2 - draw_axis
int
, default -1 - method
str
, default “rank”