numpy.ndarray.mean
numpy.ndarray.std
Returns the variance of the array elements, along given axis.
Refer to numpy.var for full documentation.
See also