MLXBackend.std# MLXBackend.std(arr, axis)[source]# Compute the standad deviation of array elements. Parameters: arrBackendArrayInput data. axisint or tuple of ints, optionalAxis or axes to perform the operation on. Default is all. Returns: Union[BackendArray, Scalar]Standard deviation of arr.