NanStdΒΆ
Compute the standard deviation along the specified axis, while ignoring NaNs.
Abstract Signature:
NanStd(a: Array, axis: int = None, dtype: Dtype = None, ddof: int = 0, keepdims: bool = False)
PyTorch
API:
βStrategy: Macro 'torch.sqrt(torch.nanvar({a}, dim={axis}, correction={ddof}, keepdim={keepdims}))'
Keras
API:
βStrategy: Custom / Partial
Apple MLX
API:
βStrategy: Custom / Partial