arviz_stats.base.array_stats.eti#
- array_stats.eti(ary, prob, axis=-1, method='linear', skipna=False, weights=None)#
Compute the equal tail interval (ETI) of an array of samples.
- Parameters:
- aryarray_like
- prob
float
Probability to be contained within the returned interval.
- axis
int
or sequence ofint
orNone
, default -1 - method
str
, optional - skipnabool, default
False
- weightsarray_like, optional