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 (类数组 | None)

  • correction (int | float | None)

返回类型:

数组