NanPercentileΒΆ
Compute the qth percentile of the data along the specified axis, ignoring nan values.
Abstract Signature:
NanPercentile(a: Array, q: float, axis: int = None, keepdims: bool = False)
PyTorch
API:
βStrategy: Macro 'torch.nanquantile({a}, {q}/100.0, dim={axis}, keepdim={keepdims})'
Keras
API:
βStrategy: Custom / Partial
Apple MLX
API:
βStrategy: Custom / Partial