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}))'

JAX (Core)

API: jax.numpy.nanstd
Strategy: Direct Mapping

NumPy

API: numpy.nanstd
Strategy: Direct Mapping

Keras

API: β€”
Strategy: Custom / Partial

TensorFlow

API: tf.experimental.numpy.nanstd
Strategy: Direct Mapping

Apple MLX

API: β€”
Strategy: Custom / Partial

Flax NNX

API: jax.numpy.nanstd
Strategy: Direct Mapping

PaxML / Praxis

API: jax.numpy.nanstd
Strategy: Direct Mapping