Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
Ctrl+K
JAX  documentation - Home

jax.Array.std

Contents

jax.Array.std#

abstractArray.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 tojax.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

Contents

[8]ページ先頭

©2009-2025 Movatter.jp