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