Compute sum of array elements
Compute standard deviation
Find maximum and minimum values
Compute mean of array elements
np.mean(arr, axis)
Returns the average of array elements.
Mean of all elements
np.mean(arr)
Row-wise mean
np.mean(arr, axis=1)
Matrix dot product
Access array elements by index
Create a NumPy array