MaskedArray.__rdiv__ x.__rdiv__(y) <==> y/x
MaskedArray.__abs__() <==> abs(x)
record.choose() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and
RandomState.geometric(p, size=None) Draw samples from the geometric distribution. Bernoulli trials
numpy.random.set_state(state) Set the internal state of the generator from a tuple. For use if one has reason
MaskedArray.__rand__ x.__rand__(y) <==> y&x
numpy.polynomial.hermite_e.hermeder(c, m=1, scl=1, axis=0)
MaskedArray.conj() Complex-conjugate all elements. Refer to numpy.conjugate for full documentation
numpy.ma.copy(self, *args, **params) a.copy(order='C') = Return a copy of the array.
numpy.ma.append(a, b, axis=None)
Page 25 of 100