CupyBackend.std#

CupyBackend.std(a, *args, **kwargs)[source]#

Compute the standad deviation of array elements.

Parameters:
arrBackendArray

Input data.

axisint or tuple of ints, optional

Axis or axes to perform the operation on. Default is all.

Returns:
Union[BackendArray, Scalar]

Standard deviation of arr.