MaskedArray.view(dtype=None, type=None)
MaskedArray.__pow__(other)
MaskedArray.take(indices, axis=None, out=None, mode='raise')
MaskedArray.__rand__ x.__rand__(y) <==> y&x
MaskedArray.__rsub__(other)
MaskedArray.__gt__ x.__gt__(y) <==> x>y
MaskedArray.__rfloordiv__(other)
MaskedArray.conj() Complex-conjugate all elements. Refer to numpy.conjugate for full documentation
MaskedArray.__rdiv__ x.__rdiv__(y) <==> y/x
MaskedArray.flags Information about the memory layout of the array. Notes The
Page 2 of 11