arviz_stats.numba.array_stats.quantile#
- array_stats.quantile(ary, quantile, axis=-1, method='linear', skipna=False, weights=None)#
Compute the quantile.
Notes
When method is not “linear”, this falls back to the pure numpy quantile funcion. Otherwise, numba is used to jit compile the quantile function and ensure it is a ufunc.