ndarray.mean(axis=None, dtype=None, out=None, keepdims=False) Returns the average of the array elements along given axis.
generic.itemset() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from,
recarray.repeat(repeats, axis=None) Repeat elements of an array. Refer to
recarray.take(indices, axis=None, out=None, mode='raise') Return an array formed from the elements of a at the
record.imag imaginary part of scalar
ndarray.__pow__(y[, z]) <==> pow(x, y[, z])
MaskedArray.byteswap(inplace) Swap the bytes of the array elements Toggle between low-endian and big-endian
record.squeeze() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and
ndarray.__repr__() <==> repr(x)
MaskedArray.repeat(repeats, axis=None)
Page 41 of 56