NanPercentileΒΆ
Compute the percentile of the data along the specified axis, ignoring NaN values.
Abstract Signature:
NanPercentile(a: Tensor, q: number | Tensor, axis: int | Sequence[int] | None, method: str = linear, keepdims: bool = False)
Compute the percentile of the data along the specified axis, ignoring NaN values.
Abstract Signature:
NanPercentile(a: Tensor, q: number | Tensor, axis: int | Sequence[int] | None, method: str = linear, keepdims: bool = False)