PercentileΒΆ
Compute the q-th percentile of the data along the specified axis.
Abstract Signature:
Percentile(a: Array, q: float, axis: Optional[Union[int, Tuple[int]]] = None, keepdims: bool = False)
Compute the q-th percentile of the data along the specified axis.
Abstract Signature:
Percentile(a: Array, q: float, axis: Optional[Union[int, Tuple[int]]] = None, keepdims: bool = False)