jax.Array.std#

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

沿著給定軸計算標準差。

完整文件請參閱 jax.numpy.std()

參數:
  • self (Array)

  • axis (reductions.Axis)

  • dtype (DTypeLike | None)

  • out (None)

  • ddof (int)

  • keepdims (bool)

  • where (ArrayLike | None)

  • correction (int | float | None)

回傳類型:

Array