jax.Array.std

内容

jax.Array.std#

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

沿给定轴计算标准差。

有关完整文档,请参阅 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