jax.Array.std

Contents

jax.Array.std#

abstract Array.std(axis=None, dtype=None, out=None, ddof=0, keepdims=False, *, where=None, correction=None)[source]#

Compute the standard deviation along a given axis.

Refer to jax.numpy.std() for full documentation.

Parameters:
  • self (Array)

  • axis (reductions.Axis)

  • dtype (DTypeLike | None)

  • out (None)

  • ddof (int)

  • keepdims (bool)

  • where (ArrayLike | None)

  • correction (int | float | None)

Return type:

Array