earthkit.meteo.stats.iter_quantiles¶
- earthkit.meteo.stats.iter_quantiles(arr: ArrayLike, which: int = 100, dim: int = 0, method: str = 'sort') Iterable[ArrayLike]¶
- earthkit.meteo.stats.iter_quantiles(arr: ArrayLike, which: Sequence[float], dim: int = 0, method: str = 'sort') Iterable[ArrayLike]
Iterate over the quantiles of a large array.
Implementations
Depending on the type of argument arr, this function calls:
earthkit.meteo.stats.array.iter_quantiles()forarray_like
The function returns an object of the same type as the input arguments.